mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
test conf php
This commit is contained in:
parent
977fca9553
commit
232f8945af
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ 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/piwigo.conf
|
||||
|
||||
sudo cp ../conf/php-fpm.conf /etc/php5/fpm/pool.d/piwigo.conf
|
||||
sudo cp ../conf/php-fpm.ini /etc/php5/fpm/conf.d/20-piwigo.ini
|
||||
|
||||
sudo sed -i "s@NAMETOCHANGE@piwigo@g" /etc/php5/fpm/pool.d/piwigo.conf
|
||||
# Copy files to the right place
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue