diff --git a/web/vue-app/nginx.conf b/web/vue-app/nginx.conf index c1d615c..949d262 100644 --- a/web/vue-app/nginx.conf +++ b/web/vue-app/nginx.conf @@ -23,7 +23,7 @@ http { proxy_set_header X-Forwarded-Proto $scheme; } -location /events/ { +location /events { proxy_pass http://chore-app-backend:5000/events; proxy_set_header Connection ''; proxy_http_version 1.1;