[damned-lies/oscp] Revert "Use UWSGI protocol"



commit 5b8959bcc91996ca37fa1723730bff9232b61a52
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Mar 23 17:21:25 2020 +0100

    Revert "Use UWSGI protocol"
    
    This reverts commit d527d203235afc4fa0c0ea0b65baa6d570464710.

 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 7ed80029..e7fcb1e6 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 / uwsgi://uwsgi.damned-lies.svc.cluster.local:8000/
-    ProxyPassReverse / uwsgi://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]