[nominatim-web] Switch upstream to HTTP
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nominatim-web] Switch upstream to HTTP
- Date: Thu, 21 May 2020 17:50:43 +0000 (UTC)
commit 9fefbdc2f2118910b79742f6d079ff97e89a330c
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Thu May 21 19:50:38 2020 +0200
Switch upstream to HTTP
nginx.conf | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/nginx.conf b/nginx.conf
index 462b0a5..9704811 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -46,8 +46,7 @@ server {
proxy_cache_valid 200 30d;
proxy_cache_lock on;
- proxy_pass https://nominatim/reverse;
- proxy_set_header Host "nominatim.gnome.org";
+ proxy_pass http://nominatim/reverse;
add_header X-Cache-Status $upstream_cache_status;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]