attempting proxying
This commit is contained in:
@@ -23,7 +23,7 @@ http {
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /events/ {
|
location /events {
|
||||||
proxy_pass http://chore-app-backend:5000/events;
|
proxy_pass http://chore-app-backend:5000/events;
|
||||||
proxy_set_header Connection '';
|
proxy_set_header Connection '';
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user