From 23cb45e3c4e81116d6ab6081e4372d3194ea6a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 21 Mar 2019 08:45:58 +0100 Subject: [PATCH] Fix nginx command doc typo --- docs/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index d0d2174..17a2910 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -45,7 +45,7 @@ However, you might not want to do that if you need a webserver for running non-O 2. Run the nginx container on different ports: to do so, configure different ports for the dockerized ngins:: - tutor config save --silentn --set NGINX_HTTP_PORT=81 --set NGINX_HTTPS_PORT=444 + tutor config save --silent --set NGINX_HTTP_PORT=81 --set NGINX_HTTPS_PORT=444 In this example, the nginx container ports would be mapped to 81 and 444, instead of 80 and 443. Then, restart nginx with ``tutor local restart nginx``.