From 18e908cebccef2cc2e90a69b0a33db3683a30606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 25 Jun 2019 15:53:05 +0200 Subject: [PATCH] Minor docs space formatting --- docs/local.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/local.rst b/docs/local.rst index 43dd4b2..0174e3e 100644 --- a/docs/local.rst +++ b/docs/local.rst @@ -184,7 +184,6 @@ As an example, here is how to launch two different platforms, with nginx running tutor local quickstart sudo ln -s "$(tutor config printroot)/env/local/proxy/nginx/openedx.conf" /etc/nginx/sites-enabled/site1.conf - # platform 2 export TUTOR_ROOT=~/openedx/site2 tutor config save --interactive --set WEB_PROXY=true --set LOCAL_PROJECT_NAME=tutor_site2 --set NGINX_HTTP_PORT=82 --set NGINX_HTTPS_PORT=482