new nginx port
This commit is contained in:
@@ -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/;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user