From 964d3683b5ba5e5fc2148764acf291b24b1d4a94 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 24 Dec 2018 13:50:18 +0100 Subject: Improve a bit the previous commit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e4ba79..1d536a8 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ location @yourapplication { } ``` -If you prefer to use Apache: +Nginx is the recommended web engine, but you can also use Apache if you prefer: ``` apt install apache2 libapache2-mod-proxy-uwsgi @@ -79,10 +79,11 @@ ProxyPass / unix:/var/www/mat2-web/mat2-web.sock|uwsgi://localhost/ ``` -Now restart your webserver (nginx or apache) and uswgi +Finally, restart `uwsgi` and your web server: + ``` systemctl restart uwsgi -systemctl restart nginx +systemctl restart nginx/apache/… ``` It should now be working. -- cgit v1.3