update README.md.

Signed-off-by: WYB <771227828@qq.com>
pull/371/head
WYB 3 years ago committed by Gitee
parent 145ffdcd76
commit d595a21842
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -130,6 +130,7 @@ com.ruoyi
nginx
```
location /stage {
alias /home/ruoyi/stage;
try_files $uri $uri/ /stage/index.html; #解决页面刷新404问题
@ -154,4 +155,5 @@ location /stage {
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://192.168.1.211:30008/;
}
}
```

Loading…
Cancel
Save