moved some services over to dkhost02
This commit is contained in:
@@ -9,7 +9,7 @@ server {
|
||||
add_header Strict-Transport-Security "max-age=600; includeSubDomains" always;
|
||||
|
||||
location / {
|
||||
proxy_pass http://192.168.2.41:8081;
|
||||
proxy_pass http://192.168.2.43:8081;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -43,7 +43,6 @@ server {
|
||||
location / {
|
||||
proxy_pass http://192.168.2.43:8080;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
# jenkins.xai-corp.net
|
||||
@@ -57,7 +56,7 @@ server {
|
||||
add_header Strict-Transport-Security "max-age=600; includeSubDomains" always;
|
||||
|
||||
location / {
|
||||
proxy_pass http://192.168.2.41:8080;
|
||||
proxy_pass http://192.168.2.43:8080;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -73,7 +72,7 @@ server {
|
||||
|
||||
location / {
|
||||
proxy_set_header Connection $http_connection;
|
||||
proxy_pass http://192.168.2.41:9000;
|
||||
proxy_pass http://192.168.2.43:9000;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user