From 3018e06920cdd62833535fafa9e2817eeb1df6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 3 May 2023 18:24:46 +0200 Subject: Change mu4web forward from uwsgi to http. --- manifests/mu4web.pp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/manifests/mu4web.pp b/manifests/mu4web.pp index 1dc2e8b..42ab568 100644 --- a/manifests/mu4web.pp +++ b/manifests/mu4web.pp @@ -79,10 +79,7 @@ class profiles::mu4web ( ; "${server_name} - mu4web @gunicorn": location => '@gunicorn', - uwsgi => $wsgi_address, - # uwsgi_param => { - # 'APP_ENV' => 'local', - # } + proxy => $wsgi_address, } } } -- cgit v1.2.3