This commit is contained in:
Administrator
2022-11-13 21:12:24 +03:00
parent d614b952b5
commit 171c019ce4
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://dev.sprinthub.ru:1231/;
proxy_pass http://youtrack:8080/;
}
}