mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-06-23 18:40:25 +08:00
Fix seller all-in-one image and order flows
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
||||
server_name im-api.pickmall.cn;
|
||||
server_name shop.example.com;
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8088;
|
||||
}
|
||||
@@ -68,4 +68,4 @@
|
||||
try_files $uri $uri/ /index.html;
|
||||
root /home/im/im/dist;
|
||||
}
|
||||
````
|
||||
````
|
||||
|
||||
Reference in New Issue
Block a user