summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
# }