This commit is contained in:
Sébastien Fievet 2014-04-01 11:18:03 +02:00
parent a279d69550
commit ce3f9e18bb

View File

@ -298,7 +298,7 @@ Pass variables to the execution environment. Ex.::
$ gunicorn -b 127.0.0.1:8000 --env FOO=1 test:app
and test for the foo variable environement in your application.
and test for the foo variable environment in your application.
pidfile
~~~~~~~