From 731ff7fb154c59d36599501b2ce5100dfba2a753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 22 Jan 2019 21:25:41 +0100 Subject: [PATCH] Docs typo --- docs/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index f45086d..7df1d43 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -40,7 +40,7 @@ The containerized Nginx needs to listen to ports 80 and 443 on the host. If ther sudo systemctl stop apache2 sudo systemctl stop nginx -However, you might now want to do that if you need a webserver for running non-Open edX related applications. In such cases... +However, you might not want to do that if you need a webserver for running non-Open edX related applications. In such cases... 2. Run the nginx container on different ports: you can create a ``.env`` file in the ``tutor`` directory in which you indicate different ports. For instance::