diff --git a/roles/abrt/faf/templates/etc-httpd-conf.d-faf-web.conf.j2 b/roles/abrt/faf/templates/etc-httpd-conf.d-faf-web.conf.j2 index 4c131b88e9..15cbe69a79 100644 --- a/roles/abrt/faf/templates/etc-httpd-conf.d-faf-web.conf.j2 +++ b/roles/abrt/faf/templates/etc-httpd-conf.d-faf-web.conf.j2 @@ -40,7 +40,7 @@ WSGIScriptAlias {{ url_suffix }} /usr/lib/{{ python }}/site-packages/webfaf/hub. # static -Alias /static "/usr/share/faf/web/static" +Alias {{ url_suffix }}/static "/usr/share/faf/web/static" Options Indexes IndexOptions FancyIndexing