@@ -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;