Skip to content

Commit 18118ec

Browse files
committed
tell uWSGI to auto-reload when .py files are changed during development
1 parent 3977a8d commit 18118ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $bootstrap = <<BOOTSTRAP
4646
pip install uwsgi
4747
mkdir -p /tmp/isso/spool
4848
49-
uwsgi --socket 127.0.0.1:8080 --master --processes 4 --cache2 name=hash,items=1024,blocksize=32 --spooler /tmp/isso/spool --module isso.run --env ISSO_SETTINGS=/vagrant/share/isso-dev.conf --daemonize /tmp/uwsgi.log
49+
uwsgi --socket 127.0.0.1:8080 --master --processes 4 --cache2 name=hash,items=1024,blocksize=32 --spooler /tmp/isso/spool --module isso.run --env ISSO_SETTINGS=/vagrant/share/isso-dev.conf --daemonize /tmp/uwsgi.log --py-autoreload 1
5050
chmod a+r /tmp/uwsgi.log
5151
5252
apt-get install libapache2-mod-proxy-uwsgi

0 commit comments

Comments
 (0)