mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
@@ -15,8 +15,9 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
log_not_found off;
|
||||
log_format log '[$time_local] $host $remote_addr $request_time "$request" $status $body_bytes_sent $bytes_sent $http_referer $http_user_agent';
|
||||
access_log off;
|
||||
log_not_found off;
|
||||
|
||||
include mime.types;
|
||||
default_type text/plain;
|
||||
@@ -77,6 +78,11 @@ http {
|
||||
'' close;
|
||||
}
|
||||
|
||||
map $http_upgrade $goaccess {
|
||||
default "web";
|
||||
websocket "socket";
|
||||
}
|
||||
|
||||
upstream php81 {
|
||||
server unix:/run/php81.sock;
|
||||
}
|
||||
|
Reference in New Issue
Block a user