diff --git a/content/post/2014-10-09-proxies.md b/content/post/2014-10-09-proxies.md index fb6ba02..6c70ada 100644 --- a/content/post/2014-10-09-proxies.md +++ b/content/post/2014-10-09-proxies.md @@ -54,7 +54,7 @@ Try it with: uwsgi --socket 127.0.0.1:8888 -w wsgi:application ``` -### Extra: Supervisor +## Extra: Supervisor If everything went as expected, you can wrap your command in a supervisor config file and let it handle the server for you.