mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
fpm logs
This commit is contained in:
parent
b4a77997ab
commit
ea3f89bb04
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
[global]
|
[global]
|
||||||
|
|
||||||
error_log = /proc/self/fd/2
|
error_log = /var/log/php-fpm-error.log
|
||||||
daemonize = no
|
daemonize = no
|
||||||
|
|
||||||
[www]
|
[www]
|
||||||
|
|
||||||
access.log = /proc/self/fd/2
|
access.log =/var/log/php-fpm-access.log
|
||||||
|
|
||||||
user = haze
|
user = haze
|
||||||
group = haze
|
group = haze
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue