From 25952e81e7cc7c2985379f039915d40bc8142d98 Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Wed, 14 Feb 2018 11:12:40 -0500 Subject: [PATCH] Map static content by default for Reports and Tool Shed webapps. --- config/reports.yml.sample | 3 +++ config/tool_shed.yml.sample | 3 +++ 2 files changed, 6 insertions(+) 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: