[redirects-web/proxy] nominatim-int.g.o on OCP
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [redirects-web/proxy] nominatim-int.g.o on OCP
- Date: Tue, 1 Feb 2022 19:10:52 +0000 (UTC)
commit c080224179caf6e8cca97867119dce7c2eee20d7
Author: Andrea Veri <averi redhat com>
Date: Tue Feb 1 20:10:44 2022 +0100
nominatim-int.g.o on OCP
conf.d/nominatim-int.gnome.org.conf | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
---
diff --git a/conf.d/nominatim-int.gnome.org.conf b/conf.d/nominatim-int.gnome.org.conf
new file mode 100644
index 0000000..f98a4ea
--- /dev/null
+++ b/conf.d/nominatim-int.gnome.org.conf
@@ -0,0 +1,16 @@
+server {
+ listen 8080;
+ listen [::]:8080;
+ server_name nominatim-int.gnome.org;
+
+ location / {
+ proxy_set_header Host $host;
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+ proxy_set_header X-Forwarded-Host $host;
+ proxy_pass https://nominatim.openstreetmap.org;
+ proxy_redirect off;
+
+ allow 172.31.2.0/24;
+ deny all;
+ }
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]