lvjincheng vor 3 Jahren
Ursprung
Commit
1c1419f62f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;