From 47495b4ea63e0757044ae8965204a07af02642eb Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Tue, 18 Oct 2016 14:38:24 -0400 Subject: [PATCH] fix mime type issues --- tools/docker-compose/nginx.vh.default.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/docker-compose/nginx.vh.default.conf b/tools/docker-compose/nginx.vh.default.conf index 52780698f4..345d82e706 100644 --- a/tools/docker-compose/nginx.vh.default.conf +++ b/tools/docker-compose/nginx.vh.default.conf @@ -45,4 +45,8 @@ server { include /etc/nginx/uwsgi_params; uwsgi_pass uwsgi; } + + location /static/ { + root /tower_devel/awx/ui/; + } }