Commit f6935831 authored by 祁新's avatar 祁新

Merge branch 'master' of http://gitlab.dev.shxrtech.com/doc/ldp-docs into master

parents 416fe3bf a7a16b67
......@@ -79,6 +79,28 @@ cp bpm/bpm-startup-1.0.0.jar fatjar/
cp -r bpm/ui/bpm /usr/local/nginx/html/
```
修改nginx配置文件,添加以下内容
```conf
location /bpm {
try_files $uri $uri/ /bpm/index.html;
}
```
重启nginx
```shell
#关闭nginx
./nginx -s stop
```
```shell
#启动nginx
./nginx
```
## 三、启动bpm服务
```shell
......
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