fix nginx proxy path

This commit is contained in:
2020-01-05 19:40:37 +01:00
parent 14dd051a47
commit c7ac2f86a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ server {
root /usr/share/nginx/html; root /usr/share/nginx/html;
} }
location = /answer { location = /answer/check {
proxy_pass http://backend1; proxy_pass http://backend1;
} }
} }
+1 -1
View File
@@ -34,7 +34,7 @@ server {
root /usr/share/nginx/html; root /usr/share/nginx/html;
} }
location = /answer { location = /answer/check {
proxy_pass http://backend2; proxy_pass http://backend2;
} }
} }