summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 19:20:54 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 19:20:54 +0200
commit191cf0b5c7771731a0415feaa8ec5ddd5b55d11c (patch)
treeedc5af5290319c17d3d600f415b70b6100b0ee0d
parentChange mu4web dns record. (diff)
downloadprofiles-191cf0b5c7771731a0415feaa8ec5ddd5b55d11c.tar.gz
profiles-191cf0b5c7771731a0415feaa8ec5ddd5b55d11c.tar.xz
Fix.
-rw-r--r--manifests/mu4web.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/mu4web.pp b/manifests/mu4web.pp
index e14639a..48302ba 100644
--- a/manifests/mu4web.pp
+++ b/manifests/mu4web.pp
@@ -73,8 +73,9 @@ class profiles::mu4web (
}
nginx::resource::location { "${server_name} - mu4web @gunicorn":
- location => '@gunicorn',
- uwsgi => $wsgi_address,
+ location => '@gunicorn',
+ server => $server_name,
+ uwsgi => $wsgi_address,
# uwsgi_param => {
# 'APP_ENV' => 'local',
# }