diff --git a/config/reports.yml.sample b/config/reports.yml.sample index eb56f778143..2fa53484616 100644 --- a/config/reports.yml.sample +++ b/config/reports.yml.sample @@ -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: diff --git a/config/tool_shed.yml.sample b/config/tool_shed.yml.sample index 3a9d6a46eec..c76956580ef 100644 --- a/config/tool_shed.yml.sample +++ b/config/tool_shed.yml.sample @@ -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: