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 ee3ef84 commit a63a7c1Copy full SHA for a63a7c1
install
@@ -343,7 +343,7 @@ function ee_update_latest()
343
fi
344
345
if [ -f /etc/nginx/nginx.conf ]; then
346
- sed -i "s/.*X-Powered-By.*/\tX-Powered-By \"EasyEngine $ee_version_new\";/" /etc/nginx/nginx.conf &>> /dev/null
+ sed -i "s/.*X-Powered-By.*/\tadd_header X-Powered-By \"EasyEngine $ee_version_new\";/" /etc/nginx/nginx.conf &>> /dev/null
347
348
349
# Disable Xdebug on old systems if and only if ee debug is off
0 commit comments