moved some services over to dkhost02

This commit is contained in:
2017-05-27 23:29:11 -04:00
parent 165e5ffe54
commit 7374d7767b
4 changed files with 10 additions and 9 deletions

View File

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