This commit is contained in:
Administrator
2022-09-06 17:55:17 +03:00
parent 6c93e43459
commit d1973e394d
6 changed files with 11 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://app:8080/;
proxy_pass http://develop.sprinthub.ru:888/;
}
}
@@ -43,7 +43,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://rabbitmq:15672/;
proxy_pass http://develop.sprinthub.ru:15672/;
}
}
@@ -62,7 +62,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://minio:9001/;
proxy_pass http://develop.sprinthub.ru:9001/;
}
}

View File

@@ -6,7 +6,7 @@ http {
server {
listen 80;
server_name gitlab.sprinthub.ru;
location / {
proxy_pass http://dev.sprinthub.ru:1234/;
}
@@ -52,7 +52,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://app:8080/;
proxy_pass http://dev.sprinthub.ru:888/;
}
}
@@ -71,7 +71,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://rabbitmq:15672/;
proxy_pass http://dev.sprinthub.ru:15672/;
}
}
@@ -90,7 +90,7 @@ http {
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
location / {
proxy_pass http://minio:9001/;
proxy_pass http://dev.sprinthub.ru:9001/;
}
}