[damned-lies/oscp] Append slash to backend addresses



commit 99daa4c00e9525f74e610e7953699bbe99843ac6
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Mar 24 09:47:01 2020 +0100

    Append slash to backend addresses

 httpd/app_data/httpd-cfg/l10n.gnome.org.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/httpd/app_data/httpd-cfg/l10n.gnome.org.conf b/httpd/app_data/httpd-cfg/l10n.gnome.org.conf
index e7fcb1e6..4e156836 100644
--- a/httpd/app_data/httpd-cfg/l10n.gnome.org.conf
+++ b/httpd/app_data/httpd-cfg/l10n.gnome.org.conf
@@ -7,8 +7,8 @@
     Alias /media /var/www/djamnedlies/data/media
     Alias /robots.txt /l10n/damnedlies/static/robots.txt
 
-    ProxyPass / http://uwsgi.damned-lies.svc.cluster.local:8000
-    ProxyPassReverse / http://uwsgi.damned-lies.svc.cluster.local:8000
+    ProxyPass / http://uwsgi.damned-lies.svc.cluster.local:8000/
+    ProxyPassReverse / http://uwsgi.damned-lies.svc.cluster.local:8000/
 
     # Map .po and .pot files accordingly to the correct Content-Type,
     # and also make sure they are rendered as utf-8.


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