Fix the static path for fmn.web in non-staging

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-06-15 12:35:56 +00:00
parent 1fff25a95f
commit e60bfd37c7

View file

@ -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 }}