fix wrong sentence
This commit is contained in:
parent
623a490879
commit
40a2a3fb23
|
@ -192,7 +192,7 @@ echo -e " \e[34m(!)\e[0m - \e[34mweb files\e[0m (that will be shared betwe
|
|||
echo -e " \e[34m(!)\e[0m - \e[34menvironment files\e[0m (for continuous integration)";
|
||||
echo -e " \e[34m(!)\e[0m - \e[34ma listening socket\e[0m (to accept incoming http requests)";
|
||||
echo;
|
||||
echo -e " \e[34m(!)\e[0m (3) in order for incoming requests to go follow the path:";
|
||||
echo -e " \e[34m(!)\e[0m (3) in order for incoming requests to follow the path:";
|
||||
echo -e " \e[34m(!)\e[0m [remote] => [http server] => [docker]";
|
||||
echo;
|
||||
echo -e " \e[34m(!)\e[0m we will install a reverse proxy on the http server ($http_installer) to";
|
||||
|
|
Loading…
Reference in New Issue