diff --git a/doc/source/install/uwsgi.rst b/doc/source/install/uwsgi.rst index 2ae7e51e..abe73345 100644 --- a/doc/source/install/uwsgi.rst +++ b/doc/source/install/uwsgi.rst @@ -52,11 +52,11 @@ Or start in background with:: Configuring with uwsgi-plugin-python on Debian/Ubuntu ===================================================== -Install the Python plugin for uwsgi: +Install the Python plugin for uwsgi:: apt-get install uwsgi-plugin-python -Run the server: +Run the server:: uwsgi_python --master --die-on-term --logto /var/log/panko/panko-api.log \ --http-socket :8042 --wsgi-file /usr/share/panko-common/app.wsgi