|
|
|
@ -16,6 +16,16 @@ |
|
|
|
|
7. ... |
|
|
|
|
|
|
|
|
|
# 界面演示 |
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 安装步骤 |
|
|
|
|
|
|
|
|
@ -65,6 +75,12 @@ |
|
|
|
|
proxy_set_header X-Forwarded-Proto $scheme; |
|
|
|
|
proxy_set_header X-Real-IP $remote_addr; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
location /openapi/ { |
|
|
|
|
proxy_pass http://127.0.0.1:8789/openapi/; |
|
|
|
|
proxy_set_header X-Forwarded-Proto $scheme; |
|
|
|
|
proxy_set_header X-Real-IP $remote_addr; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
location / { |
|
|
|
|
try_files $uri $uri/ /index.html; |
|
|
|
@ -109,4 +125,4 @@ $res = file_get_contents($url); |
|
|
|
|
|
|
|
|
|
如有不明白的可以留言,欢迎各位提pr |
|
|
|
|
|
|
|
|
|
如果对你的项目有帮助,欢迎star,谢谢 |
|
|
|
|
如果对你的项目有帮助,欢迎star,谢谢 |
|
|
|
|