[damned-lies/oscp] Use UWSGI protocol
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/oscp] Use UWSGI protocol
- Date: Mon, 23 Mar 2020 16:16:59 +0000 (UTC)
commit d527d203235afc4fa0c0ea0b65baa6d570464710
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Mar 23 17:16:38 2020 +0100
Use UWSGI protocol
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..7ed80029 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 / uwsgi://uwsgi.damned-lies.svc.cluster.local:8000/
+ ProxyPassReverse / uwsgi://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]