Fix the static path for fmn.web in non-staging
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
1fff25a95f
commit
e60bfd37c7
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue