Fixing base route issues. Fix map scrolling issues on iOS
This commit is contained in:
@@ -12,7 +12,7 @@ server {
|
||||
|
||||
# Any route that starts with /api/ is for the backend
|
||||
location /api/ {
|
||||
error_page 502 503 $scheme://$server_name/500.json;
|
||||
error_page 502 503 504 $scheme://$server_name/500.json;
|
||||
|
||||
proxy_pass http://127.0.0.1:3006/;
|
||||
proxy_buffering off;
|
||||
|
||||
Reference in New Issue
Block a user