From 3467651c27b73af31dd06864b38dd02299a9c06d Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Tue, 9 Dec 2025 15:51:10 -0500 Subject: [PATCH] attempting proxying --- web/vue-app/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;