Commit 92003bf6 authored by wolfcode's avatar wolfcode

Update README.md

parent f54d977f
...@@ -36,7 +36,7 @@ server { ...@@ -36,7 +36,7 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
if (!-f $request_filename){ if (!-f $request_filename){
proxy_pass http://127.0.0.1:8787; proxy_pass http://127.0.0.1:8787; # 端口 8787 必须跟 APP_PORT 参数值一致
} }
} }
......
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