mirror of
https://github.com/mainnika/a-quest.git
synced 2026-05-23 16:23:36 +00:00
fix nginx proxy path
This commit is contained in:
@@ -34,7 +34,7 @@ server {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
|
||||
location = /answer {
|
||||
location = /answer/check {
|
||||
proxy_pass http://backend1;
|
||||
}
|
||||
}
|
||||
@@ -34,7 +34,7 @@ server {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
|
||||
location = /answer {
|
||||
location = /answer/check {
|
||||
proxy_pass http://backend2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user