Fixing base route issues. Fix map scrolling issues on iOS

This commit is contained in:
John Lyon-Smith
2018-05-31 07:20:29 -07:00
parent 62876c94c9
commit 9e55320a21
8 changed files with 95 additions and 30 deletions

View File

@@ -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;