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
c32a81028d
commit
31ae5a45b0
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ sudo sed -i "s@URLWORDPRESS@$domain$path@g" ../conf/*.sql
|
|||
sudo chown -R www-data: $final_path
|
||||
|
||||
# Modify Nginx configuration file and copy it to Nginx conf directory
|
||||
sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx*.conf
|
||||
sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx*.conf
|
||||
sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf*
|
||||
sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf*
|
||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/wordpress.conf
|
||||
|
||||
# Reload Nginx and regenerate SSOwat conf
|
||||
|
|
Loading…
Add table
Reference in a new issue