summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-05-03 18:28:19 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-05-03 18:28:19 +0200
commitc8fc5c7c5d6a63bd63865da3ffc71598c48f70c6 (patch)
treea85c10636ce322599bd48b44453d2ada3f7094fb
parentChange mu4web forward from uwsgi to http. (diff)
downloadprofiles-c8fc5c7c5d6a63bd63865da3ffc71598c48f70c6.tar.gz
profiles-c8fc5c7c5d6a63bd63865da3ffc71598c48f70c6.tar.xz
mu4web proxy pass explicit http.
-rw-r--r--manifests/mu4web.pp2
1 files changed, 1 insertions, 1 deletions
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}",
}
}
}