Commit ec57a913 by Sheng

Updated README.md

parent 141bb873
...@@ -22,7 +22,7 @@ $ python main.py ...@@ -22,7 +22,7 @@ $ python main.py
$ python main.py --help $ python main.py --help
``` ```
### A config example for putting Nginx as a front web server ### Nginx config example for running this app behind an nginx server
``` ```
location / { location / {
proxy_pass http://127.0.0.1:8888; proxy_pass http://127.0.0.1:8888;
......
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