From c8fc5c7c5d6a63bd63865da3ffc71598c48f70c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 3 May 2023 18:28:19 +0200 Subject: mu4web proxy pass explicit http. --- manifests/mu4web.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/mu4web.pp b/manifests/mu4web.pp index 42ab568..0cd2cbb 100644 --- a/manifests/mu4web.pp +++ b/manifests/mu4web.pp @@ -79,7 +79,7 @@ class profiles::mu4web ( ; "${server_name} - mu4web @gunicorn": location => '@gunicorn', - proxy => $wsgi_address, + proxy => "http://${wsgi_address}", } } } -- cgit v1.2.3