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 080891f commit 12ec205Copy full SHA for 12ec205
install
@@ -169,6 +169,10 @@ function update_to_ee3()
169
# Preserve old configuration
170
ee_lib_echo "Updating EasyEngine 3 configuration"
171
172
+ if [ -f /etc/nginx/nginx.conf ]; then
173
+ sed -i "s/X-Powered-By.*/X-Powered-By \"EasyEngine $new_ee_version\";/" /etc/nginx/nginx.conf &>> /dev/null
174
+ fi
175
+
176
grant_host=$(grep grant-host /etc/easyengine/ee.conf | awk '{ print $3 }')
177
db_name=$(grep db-name /etc/easyengine/ee.conf | awk '{ print $3 }')
178
db_user=$(grep db-name /etc/easyengine/ee.conf | awk '{ print $3 }')
0 commit comments