Serve static files directly from uwsgi for now.
This commit is contained in:
@@ -38,4 +38,4 @@ python manage.py collectstatic --noinput
|
|||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
|
|
||||||
# Run the web server.
|
# Run the web server.
|
||||||
uwsgi --http-auto-chunked --http-keepalive
|
uwsgi --http-auto-chunked --http-keepalive --static-map /static/=/opt/mailman-web-data/static/
|
||||||
|
|||||||
Reference in New Issue
Block a user