1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Fix ngixn config: symlink in a dir that already exists now

This commit is contained in:
Salamandar 2024-03-24 18:53:23 +01:00
parent 46b2aaf55d
commit cd942cff5e
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
location __PATH__/ {
# Path to source
alias __INSTALL_DIR__/;
alias __INSTALL_DIR__/zabbix/;
index index_http.php;

View file

@ -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__
chdir = __INSTALL_DIR__/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.