|
@@ -40,7 +40,7 @@ server {
|
|
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:HIGH:!aNULL:!MD5:!RC4:!DHE;
|
|
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:HIGH:!aNULL:!MD5:!RC4:!DHE;
|
|
ssl_prefer_server_ciphers on;
|
|
ssl_prefer_server_ciphers on;
|
|
location / {
|
|
location / {
|
|
- proxy_pass http://127.0.0.1:8082;
|
|
|
|
|
|
+ proxy_pass http://127.0.0.1:8112;
|
|
proxy_set_header Host $host;
|
|
proxy_set_header Host $host;
|
|
proxy_set_header X-Real-IP $remote_addr;
|
|
proxy_set_header X-Real-IP $remote_addr;
|
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
@@ -62,7 +62,7 @@ server {
|
|
# 跨域配置
|
|
# 跨域配置
|
|
location /apis {
|
|
location /apis {
|
|
rewrite ^/apis/(.*)$ /$1 break;
|
|
rewrite ^/apis/(.*)$ /$1 break;
|
|
- proxy_pass http://127.0.0.1:8081;
|
|
|
|
|
|
+ proxy_pass http://127.0.0.1:8111;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|