From 7682a6e80dc2700fd5c9d9fa61d9a1356c1f8466 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 17 Dec 2020 15:45:00 +0100 Subject: [PATCH] correct --- IT/http/nginx.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;