1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00

Update install

This commit is contained in:
abeudin 2014-06-21 21:22:28 +02:00
parent 880bde60c1
commit c78de040de

View file

@ -95,6 +95,6 @@ else
mysql -u $db_user -p$db_pwd $db_user < ../conf/public.sql
sudo cp ../conf/nginx.conf-public /etc/nginx/conf.d/$domain.d/wordpress.conf
sudo service nginx reload
echo "define('FORCE_SSL_ADMIN', true);" | sudo tee -a $final_path/wp-config.php
sudo sed -i "s@//define('FORCE_SSL_ADMIN@define('FORCE_SSL_ADMIN@g" $final_path/wp-config.php
fi
sudo sed -i '/yunowordpress/d' /etc/hosts