lvjincheng 3 năm trước cách đây
mục cha
commit
1c1419f62f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 ```
 
-3. 配置Nginx向代理
+3. 配置Nginx向代理
 ```
 location /DumplingServer {
     proxy_pass http://127.0.0.1:11815/DumplingServer;