common-infra-nginx
This commit is contained in:
@@ -160,7 +160,7 @@ http {
|
||||
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
|
||||
|
||||
location / {
|
||||
proxy_pass http://sprint-nginx:1235/;
|
||||
proxy_pass http://dev-nginx:1235/;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -188,7 +188,7 @@ http {
|
||||
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
|
||||
|
||||
location / {
|
||||
proxy_pass http://sprint-nginx:1235/;
|
||||
proxy_pass http://dev-nginx:1235/;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user