From 9d30e84bd202dacaa886998b0e2ed7f87ed2cd87 Mon Sep 17 00:00:00 2001 From: NicolasCantu Date: Tue, 4 Nov 2025 22:59:19 +0100 Subject: [PATCH] Edited the port for the storage for the dev nginx conf --- nginx.dev.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.dev.conf b/nginx.dev.conf index c125de3..1ae7449 100644 --- a/nginx.dev.conf +++ b/nginx.dev.conf @@ -26,7 +26,7 @@ server { location /storage/ { rewrite ^/storage(/.*)$ $1 break; - proxy_pass http://localhost:8080; + proxy_pass http://localhost:8081; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade";