From 495c6a1ee3f5bf3b04cc8173dc36096975573f6b Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sun, 1 Jun 2025 14:54:03 +0200 Subject: [PATCH] fix nginx --- default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.conf b/default.conf index 2b51427..ea923b1 100644 --- a/default.conf +++ b/default.conf @@ -3,10 +3,10 @@ server { server_name localhost; location / { - proxy_pass http://localhost:3001 + proxy_pass http://localhost:3001; } location /api { - proxy_pass http://localhost:3000 + proxy_pass http://localhost:3000; } } \ No newline at end of file