This commit is contained in:
Administrator
2022-11-13 21:48:55 +03:00
parent 171c019ce4
commit b946c4eccc
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://youtrack:8080/;
proxy_pass http://youtrack.sprinthub.ru:1231/;
}
}