Map static content by default for Reports and Tool Shed webapps.

This commit is contained in:
Nate Coraor
2018-02-14 11:12:40 -05:00
parent c0c95548a3
commit 25952e81e7
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -11,6 +11,9 @@ uwsgi:
offload-threads: 8
static-map: /static/style=static/style/blue
static-map: /static=static
module: galaxy.webapps.reports.buildapp:uwsgi_app()
reports:
+3
View File
@@ -11,6 +11,9 @@ uwsgi:
offload-threads: 8
static-map: /static/style=static/style/blue
static-map: /static=static
module: galaxy.webapps.tool_shed.buildapp:uwsgi_app()
tool_shed: