Serve static files directly from uwsgi for now.

This commit is contained in:
Abhilash Raj
2017-03-29 23:11:13 -07:00
parent 12e8b04128
commit 20d2708a0e

View File

@@ -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/