[nominatim-web] Do not overwrite Host header



commit 34f71073ce3658f42edd04e4d90553332a8762fe
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu May 21 19:55:52 2020 +0200

    Do not overwrite Host header

 nginx.conf | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/nginx.conf b/nginx.conf
index 9704811..c5201b1 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -36,7 +36,6 @@ server {
        proxy_cache_lock on;
 
        proxy_pass http://nominatim/search;
-       proxy_set_header Host "nominatim.gnome.org";
        add_header X-Cache-Status $upstream_cache_status;
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]