Commit bc0ebf80 authored by wolfcode's avatar wolfcode

optimize code

parent bf659942
...@@ -32,6 +32,7 @@ server { ...@@ -32,6 +32,7 @@ server {
if (!-f $request_filename){ if (!-f $request_filename){
proxy_pass http://127.0.0.1:8787; proxy_pass http://127.0.0.1:8787;
} }
} }
} }
......
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