Commit b3126efd authored by 马超's avatar 马超

doc: nginx配置文件补充bpm的配置

parent 54408c75
...@@ -348,6 +348,10 @@ vim /usr/local/nginx/conf/nginx.conf ...@@ -348,6 +348,10 @@ vim /usr/local/nginx/conf/nginx.conf
# proxy_pass http://127.0.0.1; # proxy_pass http://127.0.0.1;
#} #}
# #
#bpm配置
location /bpm {
try_files $uri $uri/ /bpm/index.html;
}
# 必需配置 # 必需配置
location /genservice { location /genservice {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment