1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-23 04:02:20 +00:00

Oops, URLS and markdown conversion

This commit is contained in:
J. Fernando Sánchez
2015-01-22 23:53:41 +01:00
parent 04c716e212
commit 38d09c1973
2 changed files with 5 additions and 2 deletions

View File

@@ -22,7 +22,10 @@ Gunicorn
THE SAME**. Otherwise, Gunicorn will fail miserably.
Try it with:
``bash venv/bin/gunicorn -w 4 -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application``
.. code-block:: bash
venv/bin/gunicorn -w 4 -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application
UWSGI
-----