mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Fix nginx command doc typo
This commit is contained in:
parent
a85ee37682
commit
23cb45e3c4
@ -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::
|
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``.
|
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``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user