From 7fd9b22b1384656fca48677a1948e085bb3cfbef Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Mon, 8 Dec 2025 16:47:53 -0500 Subject: [PATCH] nginx fixes --- web/vue-app/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/vue-app/nginx.conf b/web/vue-app/nginx.conf index ccb8932..404e963 100644 --- a/web/vue-app/nginx.conf +++ b/web/vue-app/nginx.conf @@ -1,4 +1,5 @@ -# nginx.conf +events {} + http { server { listen 80;