diff --git a/3-install-nginx.sh b/3-install-nginx.sh index 063bb1a..265411a 100644 --- a/3-install-nginx.sh +++ b/3-install-nginx.sh @@ -98,7 +98,7 @@ ln -s /etc/nginx/sites-available/$PROXY_SITE /etc/nginx/sites-enabled/ # Make sure the default Nginx site is unlinked unlink /etc/nginx/sites-enabled/default -# Do mandatory Nginx tweaks for logging actual client IPs through a proxy IP of 127.0.0.1 - DO NOT CHANGE COMMAND FORMATING! +# Do mandatory Nginx tweaks for logging actual client IPs through a proxy IP of 127.0.0.1 - DO NOT CHANGE COMMAND FORMATTING! echo -e "${GREY}Configuring Apache Tomcat valve for pass through of client IPs to Guacamole logs...${GREY}" sed -i '/pattern="%h %l %u %t "%r" %s %b"/a \ \n ' /etc/$TOMCAT_VERSION/server.xml if [[ $? -ne 0 ]]; then