forked from vincent/notebook
correct
This commit is contained in:
parent
3570d46bcb
commit
7682a6e80d
@ -1,6 +1,7 @@
|
|||||||
# nginx
|
# nginx
|
||||||
## reverse proxy
|
## reverse proxy
|
||||||
``` location /chainetv {
|
```
|
||||||
|
location /chainetv {
|
||||||
proxy_pass http://unix:/run/gunicorn/socket:/;
|
proxy_pass http://unix:/run/gunicorn/socket:/;
|
||||||
#proxy_set_header Host $host;
|
#proxy_set_header Host $host;
|
||||||
#proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
#proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
Loading…
Reference in New Issue
Block a user