소스 검색

Fix php config

Félix Piédallu 1 년 전
부모
커밋
34be92c075
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      conf/php-fpm.conf

+ 1 - 1
conf/php-fpm.conf

@@ -358,7 +358,7 @@ request_terminate_timeout = 1d
 ; Chdir to this directory at the start.
 ; Note: relative path can be used.
 ; Default Value: current directory or / when chroot
-chdir = __INSTALL_DIR__/zabbix
+chdir = /usr/share/zabbix
 
 ; 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.