attempting proxying

This commit is contained in:
2025-12-09 15:51:10 -05:00
parent ce1ff91108
commit 3467651c27

View File

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