From cb8b295a897abfcbb66c186a259d12d981d0fbe0 Mon Sep 17 00:00:00 2001 From: Xander Azuaje <101378229+xanderazuaje@users.noreply.github.com> Date: Fri, 29 Dec 2023 16:30:48 +0100 Subject: [PATCH] fixed path typo at wsgi.rst --- docs/tutorials/wsgi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/wsgi.rst b/docs/tutorials/wsgi.rst index 962f51d8..2bed4a5d 100644 --- a/docs/tutorials/wsgi.rst +++ b/docs/tutorials/wsgi.rst @@ -122,7 +122,7 @@ Nginx The Gunicorn server is now running and the we can configure Nginx to forward requests to it. Create a file -``/etc/ngix/sites-available/terrcotta`` with the contents: +``/etc/nginx/sites-available/terracotta`` with the contents: ::