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";