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
db382781c0
commit
80135c9901
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ if [ $is_public = "No" ];
|
|||
then
|
||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/wordpress.conf
|
||||
else
|
||||
sudo cp ../conf/nginx-public.conf /etc/nginx/conf.d/$domain.d/wordpress.conf
|
||||
sudo cp ../conf/nginx.conf-public /etc/nginx/conf.d/$domain.d/wordpress.conf
|
||||
fi
|
||||
|
||||
# Reload Nginx and regenerate SSOwat conf
|
||||
|
|
Loading…
Add table
Reference in a new issue