lvjincheng 3 years ago
parent
commit
1c1419f62f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DumplingServer/Linux部署说明.md

+ 1 - 1
DumplingServer/Linux部署说明.md

@@ -22,7 +22,7 @@ export GOPROXY=https://goproxy.cn
 nohup go run main.go
 nohup go run main.go
 ```
 ```
 
 
-3. 配置Nginx向代理
+3. 配置Nginx向代理
 ```
 ```
 location /DumplingServer {
 location /DumplingServer {
     proxy_pass http://127.0.0.1:11815/DumplingServer;
     proxy_pass http://127.0.0.1:11815/DumplingServer;