new nginx port
This commit is contained in:
parent
e3de14ad03
commit
18c826b16d
@ -142,7 +142,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/;
|
||||
}
|
||||
}
|
||||
|
||||
@ -161,7 +161,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/;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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/;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user