mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
change to movim
This commit is contained in:
parent
7f9aa6598b
commit
fda5a7255a
2 changed files with 2 additions and 3 deletions
|
@ -11,6 +11,5 @@ pm.max_children = 5
|
|||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
chroot = /var/www/movim
|
||||
;chdir = /var/www/movim
|
||||
chdir = /var/www/movim
|
||||
php_admin_value[open_basedir] = none
|
||||
|
|
|
@ -58,7 +58,7 @@ sudo cp $final_path/config/db.example.inc.php $final_path/config/db.inc.php
|
|||
|
||||
# Create movim system user and set permissions
|
||||
sudo useradd -d /var/www/movim -s /bin/sh movim
|
||||
sudo chown -R movim: $final_path
|
||||
sudo chown -R movim:www-data $final_path
|
||||
sudo chmod -R 750 $final_path
|
||||
|
||||
# Install PHP dependencies
|
||||
|
|
Loading…
Reference in a new issue