mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-08-07 04:50:54 +00:00
20 lines
797 B
Plaintext
20 lines
797 B
Plaintext
## NOTE: This file is automatically generated by Mail-in-a-Box.
|
|
## Do not edit this file. It is continually updated by
|
|
## Mail-in-a-Box and your changes will be lost.
|
|
##
|
|
## Mail-in-a-Box machines are not meant to be modified.
|
|
## If you modify any system configuration you are on
|
|
## your own --- please do not ask for help from us.
|
|
|
|
upstream php-fpm {
|
|
server unix:/var/run/php/php8.0-fpm.sock;
|
|
}
|
|
|
|
# Reconfigure access log to include vhost to match goaccess VCOMBINED.
|
|
# Cancel default logging, re-enabled in servers.
|
|
access_log off;
|
|
# Log format to match goaccess.
|
|
log_format vcombined '$host:$server_port $remote_addr - $remote_user [$time_local] '
|
|
'"$request" $status $body_bytes_sent '
|
|
'"$http_referer" "$http_user_agent"';
|