7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-09 01:02:21 +00:00

Docs typo

This commit is contained in:
Régis Behmo 2019-01-22 21:25:41 +01:00
parent 6d70dedce0
commit 731ff7fb15

View File

@ -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::