1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

Update of php-fpm sed FOLDERTOCHANGE

(to avoid confusion with NAMETOCHANGE and FOLDERNAMETOCHANGE)
This commit is contained in:
polytan02 2015-04-13 16:02:56 +01:00
parent 90fbad5da6
commit bf42541b3b

View file

@ -195,7 +195,7 @@ rlimit_core = 0
; Chdir to this directory at the start.
; Note: relative path can be used.
; Default Value: current directory or / when chroot
chdir = /var/www/NAMETOCHANGE
chdir = /var/www/FOLDERTOCHANGE
; Redirect worker stdout and stderr into main error log. If not set, stdout and
; stderr will be redirected to /dev/null according to FastCGI specs.