From bd16f55f2ed42541580f938e0caa53b9d3944249 Mon Sep 17 00:00:00 2001 From: Ricearoni1245 Date: Thu, 29 Jan 2026 14:58:45 -0600 Subject: [PATCH] attempt to fix session error --- deploy/nginx/skymoneybudget.com.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/nginx/skymoneybudget.com.conf b/deploy/nginx/skymoneybudget.com.conf index f8e393d..51c73e8 100644 --- a/deploy/nginx/skymoneybudget.com.conf +++ b/deploy/nginx/skymoneybudget.com.conf @@ -29,7 +29,7 @@ server { # API reverse proxy location /api/ { - proxy_pass http://127.0.0.1:8081/; + proxy_pass http://127.0.0.1:8080/; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Forwarded-Proto $scheme;