new nginx port

This commit is contained in:
Administrator
2022-10-19 23:48:42 +03:00
parent e3de14ad03
commit 18c826b16d
2 changed files with 5 additions and 5 deletions

View File

@@ -169,7 +169,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://battleship-nginx:1236/;
proxy_pass http://battleship-nginx:1238/;
}
}
@@ -188,7 +188,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://dev-nginx:1235/;
proxy_pass http://dev-nginx:1238/;
}
}
@@ -207,7 +207,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://exchange-nginx:1237/;
proxy_pass http://exchange-nginx:1238/;
}
}