We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10068ad commit bebe9f6Copy full SHA for bebe9f6
shell/mac/run.sh
@@ -14,6 +14,6 @@ vardir=../../var
14
export PYTHONPATH="${srcdir}/lib"
15
export PYTHONDONTWRITEBYTECODE=1
16
17
-python ${srcdir}/prefork.py --chdir=${srcdir} --app-path=simple.py --pid-path=../var/pyfastcgi.pid "$@"
+python ${srcdir}/prefork.py --chdir=${srcdir} --app-path=buffering1.py --pid-path=../var/pyfastcgi.pid "$@"
18
19
exit 0
0 commit comments