Update uwsgi.rst doc file format

Change-Id: I73428fa1d691daf3a415ecf8beaeb2678a1563ab
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This commit is contained in:
Yuanbin.Chen 2017-12-14 10:00:40 +08:00
parent c7dcbc8a0a
commit c141cc7309
1 changed files with 2 additions and 2 deletions

View File

@ -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