From eb0b5204d0c58d9728b6fcc44c63b4ad628d0646 Mon Sep 17 00:00:00 2001 From: Gitea Date: Mon, 29 Nov 2021 12:01:13 +0100 Subject: [PATCH] latest --- 002-searx.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/002-searx.conf b/002-searx.conf index 98c1b93..3ad88fc 100644 --- a/002-searx.conf +++ b/002-searx.conf @@ -75,13 +75,13 @@ server { # alias /usr/local/searx/searx-src/searx/static; #} - location /morty { - proxy_pass http://127.0.0.1:3000/; + #location /morty { + # proxy_pass http://127.0.0.1:3000/; - proxy_set_header Host $http_host; - proxy_set_header Connection $http_connection; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Scheme $scheme; - } + # proxy_set_header Host $http_host; + # proxy_set_header Connection $http_connection; + # proxy_set_header X-Real-IP $remote_addr; + # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + # proxy_set_header X-Scheme $scheme; + #} }