Updated README.md

pull/4/head
Sheng 2017-11-23 18:07:44 +08:00
parent 141bb873d9
commit ec57a9137a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $ python main.py
$ 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 / {
proxy_pass http://127.0.0.1:8888;