Enable https and --preload on the admin to improve letsencrypt support
parent
a1845dc05f
commit
be5562620e
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
python manage.py db upgrade
|
python manage.py db upgrade
|
||||||
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - mailu:app
|
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - --preload mailu:app
|
||||||
|
Loading…
Reference in New Issue