We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5787f61 commit 22c12b0Copy full SHA for 22c12b0
install/upgrade/versions/1.4.2.sh
@@ -16,7 +16,7 @@ if [ "$FIREWALL_SYSTEM" = "iptables" ]; then
16
fi
17
18
# Fix potential issue of updating to Nginx 1.21.0
19
-if [ "WEB_SYSTEM" = "nginx" ] || [ "PROXY_SYSTEM" = "nginx" ]; then
+if [ "$WEB_SYSTEM" = "nginx" ] || [ "$PROXY_SYSTEM" = "nginx" ]; then
20
default_conf="/etc/nginx/conf.d/default.conf"
21
nginx_conf="/etc/nginx/nginx.conf"
22
0 commit comments