common-infra-nginx

This commit is contained in:
Administrator 2022-10-19 16:57:15 +03:00
parent 4b0db9e527
commit 1c044915d0
2 changed files with 2 additions and 2 deletions

View File

@ -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/;
}
}

View File

@ -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/;
}
}