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;