mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2025-12-25 23:56:20 +08:00
有人选择看到这个世界的恶,而我选择看到这个世界的美。
This commit is contained in:
parent
ef6764041e
commit
408a66cb28
@ -40,7 +40,7 @@ server {
|
||||
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:HIGH:!aNULL:!MD5:!RC4:!DHE;
|
||||
ssl_prefer_server_ciphers on;
|
||||
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 X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
@ -62,7 +62,7 @@ server {
|
||||
# 跨域配置
|
||||
location /apis {
|
||||
rewrite ^/apis/(.*)$ /$1 break;
|
||||
proxy_pass http://127.0.0.1:8081;
|
||||
proxy_pass http://127.0.0.1:8111;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user