Edited the port for the storage for the dev nginx conf
This commit is contained in:
parent
7ea4ef1920
commit
9d30e84bd2
@ -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";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user