diff --git a/roles/notifs/frontend/templates/fmn.web.conf b/roles/notifs/frontend/templates/fmn.web.conf index 13b72ba06b..1362f654c5 100644 --- a/roles/notifs/frontend/templates/fmn.web.conf +++ b/roles/notifs/frontend/templates/fmn.web.conf @@ -1,7 +1,7 @@ {% if env == 'staging' %} Alias /notifications/static /usr/share/fmn/static {% else %} -Alias /notifications/static /usr/share/fmn/static +Alias /notifications/static /usr/share/fmn.web/static {% endif %} WSGIDaemonProcess fmn user=apache group=apache maximum-requests=1000 display-name=fmn processes={{ wsgi_procs }} threads={{ wsgi_threads }}