Commit 7fd38181 authored by qa_quantgroup's avatar qa_quantgroup

up

parent f0b2a02f
server {
listen 80 default;
server_name _;
underscores_in_headers on;
proxy_set_header Host $host;
proxy_set_header QT_TOKEN $http_QT_TOKEN;
set $ip ;
location / {
if
proxy_pass http://;
}
}
server {
listen 443 ssl;
server_name _;
proxy_set_header QT_TOKEN $http_QT_TOKEN;
ssl_certificate /home/q-gp/ssl/certificate.crt;
ssl_certificate_key /home/q-gp/ssl/private.key;
ssl_session_cache shared:SSL:1m;
ssl_session_timeout 5m;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
proxy_set_header Host $host;
set $ip ;
location / {
if
proxy_pass http://;
}
}
server {
listen 80 default;
server_name _;
underscores_in_headers on;
proxy_set_header Host $host;
proxy_set_header QT_TOKEN $http_QT_TOKEN;
set $ip ;
location / {
if
proxy_pass http://;
}
}
server {
listen 443 ssl;
server_name _;
proxy_set_header QT_TOKEN $http_QT_TOKEN;
ssl_certificate /home/q-gp/ssl/certificate.crt;
ssl_certificate_key /home/q-gp/ssl/private.key;
ssl_session_cache shared:SSL:1m;
ssl_session_timeout 5m;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
proxy_set_header Host $host;
set $ip ;
location / {
if
proxy_pass http://;
}
}
dongmeifeng|192.168.4.78|32093|32093 tower|192.168.4.78|30886|30084 zhanghong|192.168.4.77|31826|32324 wangzhen|192.168.4.77|31809|30100 zhangbo|192.168.4.77|31091|32056 wangfei|192.168.4.77|32389|31374 renmingxing|192.168.4.78|30169|32509 tianyawei|192.168.4.77|32718|32701 hemengying|192.168.4.32|30067|30660 songruili|192.168.4.18|32355|30265 yiwei|192.168.4.77|30352|30286 lishuang|192.168.4.77|30011|31185 chenyadong|192.168.4.77|30384|32523 chenxingchun|192.168.4.33|30445|30583 yanxiaoyu|192.168.4.18|32116|30133 debug2|192.168.4.32|32224|32522
dongmeifeng|192.168.4.78|32093|32093 tower|192.168.4.78|30886|30084 zhangbo|192.168.4.77|31091|32056 wangfei|192.168.4.77|32389|31374 renmingxing|192.168.4.78|30169|32509 songruili|192.168.4.18|32355|30265 yiwei|192.168.4.77|30352|30286 lishuang|192.168.4.77|30011|31185 chenyadong|192.168.4.77|30384|32523 chenxingchun|192.168.4.33|30445|30583 yanxiaoyu|192.168.4.18|32116|30133 cloner|192.168.6.9|32566|32560 c2|192.168.6.8|30492|31481 withdb|192.168.6.9|30321|30896 base|192.168.6.9|31440|32685 dbtest|192.168.6.9|31669|31647 ggggg|192.168.6.9|30451|32069 |192.168.6.9||
......@@ -142,7 +142,7 @@ createNginxHttpAndSSLConf mock mock 172.30.220.22 8080 8080 $nginxname/base.conf
createNginxHttpAndSSLConf atm atm 172.30.220.43 80 80 $nginxname/base.conf
createNginxHttpAndSSLConf mockapi mockapi 172.30.220.22 80 80 $nginxname/base.conf
createNginxHttpAndSSLConf acs acs 172.30.220.43 8585 8585 $nginxname/base.conf
createNginxHttpAndSSLConf a a 172.30.220.22 80 80 $nginxname/base.conf
......@@ -176,4 +176,4 @@ do
done
createK8sNginxConf $nginxname/k8s.conf
nginx -s reload
\ No newline at end of file
nginx -s reload
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment