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:
parent
31ae5a45b0
commit
10af331a3b
1 changed files with 1 additions and 2 deletions
|
@ -91,7 +91,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
|
||||
fi
|
||||
sudo sed -i '/yunowordpress/d' /etc/hosts
|
||||
|
||||
echo "define('FORCE_SSL_ADMIN', true);" | sudo tee -a $final_path/wp-config.php
|
||||
|
|
Loading…
Add table
Reference in a new issue