mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
[fix] Use app id for slowlog in php fpm configuration
This commit is contained in:
parent
136871c017
commit
e56e8ff84c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ request_terminate_timeout = 1d
|
|||
request_slowlog_timeout = 5s
|
||||
|
||||
; The log file for slow requests.
|
||||
slowlog = /var/log/nginx/wallabag.slow.log
|
||||
slowlog = /var/log/nginx/{POOLNAME}.slow.log
|
||||
|
||||
; Set open file descriptor rlimit.
|
||||
rlimit_files = 4096
|
||||
|
|
Loading…
Add table
Reference in a new issue