mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
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:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user