From 01ce8e094b788d5f12c87bb1922ec2a37c1f4f3e Mon Sep 17 00:00:00 2001 From: itiligent <94789708+itiligent@users.noreply.github.com> Date: Tue, 20 Aug 2024 02:37:55 +1000 Subject: [PATCH] typo --- 3-install-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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