From 50b6c6995ea38afa8fb0ef0982ed483e2afd64de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Fri, 14 Feb 2025 14:21:47 +0100 Subject: [PATCH] fix minor hierarchy mistake --- content/post/2014-10-09-proxies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.