Skip to content

Commit

Permalink
build: fix log paths for nginx and fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
victortesla committed Nov 7, 2023
1 parent 2a5f779 commit 7fa34b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/grommunio-sync.conf
@@ -1,7 +1,7 @@
location /Microsoft-Server-ActiveSync {
alias /usr/share/grommunio-sync/index.php;
access_log /var/log/grommunio/nginx-sync-access.log;
error_log /var/log/grommunio/nginx-sync-error.log;
access_log /var/log/nginx/nginx-sync-access.log;
error_log /var/log/nginx/nginx-sync-error.log;

include fastcgi_params;
fastcgi_param REMOTE_USER "";
Expand Down
2 changes: 1 addition & 1 deletion build/pool-grommunio-sync.conf
Expand Up @@ -24,4 +24,4 @@ rlimit_files = 131072
rlimit_core = unlimited
; logging
catch_workers_output = yes
php_admin_value[error_log] = /var/log/grommunio/fpm-sync.log
php_admin_value[error_log] = /var/log/nginx/fpm-sync.log

0 comments on commit 7fa34b9

Please sign in to comment.