Merge pull request #5534 from natefoo/17.09-static-map-fix

[17.09] Map static content by default for Reports and Tool Shed webapps
This commit is contained in:
Nicola Soranzo
2018-02-16 18:19:00 +00:00
committed by GitHub
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: