Edited the port for the storage for the dev nginx conf

This commit is contained in:
NicolasCantu 2025-11-04 22:59:19 +01:00
parent 7ea4ef1920
commit 9d30e84bd2

View File

@ -26,7 +26,7 @@ server {
location /storage/ { location /storage/ {
rewrite ^/storage(/.*)$ $1 break; rewrite ^/storage(/.*)$ $1 break;
proxy_pass http://localhost:8080; proxy_pass http://localhost:8081;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade"; proxy_set_header Connection "Upgrade";