diff --git a/IT/http/nginx.md b/IT/http/nginx.md index 748c203..3035cb4 100644 --- a/IT/http/nginx.md +++ b/IT/http/nginx.md @@ -1,6 +1,7 @@ # nginx ## reverse proxy -``` location /chainetv { +``` + location /chainetv { proxy_pass http://unix:/run/gunicorn/socket:/; #proxy_set_header Host $host; #proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;