From 20d2708a0e202694fff4bf9859bfb05973766027 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Wed, 29 Mar 2017 23:11:13 -0700 Subject: [PATCH] Serve static files directly from uwsgi for now. --- web/assets/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/assets/run.sh b/web/assets/run.sh index c149be2..ab84719 100755 --- a/web/assets/run.sh +++ b/web/assets/run.sh @@ -38,4 +38,4 @@ python manage.py collectstatic --noinput python manage.py migrate # Run the web server. -uwsgi --http-auto-chunked --http-keepalive +uwsgi --http-auto-chunked --http-keepalive --static-map /static/=/opt/mailman-web-data/static/