attempt to fix session error
All checks were successful
Deploy / deploy (push) Successful in 53s

This commit is contained in:
2026-01-29 14:58:45 -06:00
parent d7117df6fe
commit bd16f55f2e

View File

@@ -29,7 +29,7 @@ server {
# API reverse proxy # API reverse proxy
location /api/ { location /api/ {
proxy_pass http://127.0.0.1:8081/; proxy_pass http://127.0.0.1:8080/;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;