Bug 1081059 - restore access to static and media files

This commit is contained in:
mdoglio 2014-10-10 11:30:39 +01:00
Родитель c370f477e2
Коммит defa7a2bd8
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,14 @@
Alias /icons /home/<%= @APP_USER %>/treeherder-ui/<%= @APP_UI %>/icons
ProxyPass /icons !
############
###############
# Serve static and media files
###############
Alias /static /home/<%= @APP_USER %>/treeherder-service/treeherder/webapp/static
ProxyPass /static !
Alias /media /home/<%= @APP_USER %>/treeherder-service/treeherder/webapp/media
ProxyPass /media !
Alias / /home/<%= @APP_USER %>/treeherder-ui/<%= @APP_UI %>/index.html