Update default.conf

This commit is contained in:
Mikhail 2024-06-22 18:59:44 +00:00
parent 341c9b70bd
commit 103281df53

@ -1,9 +1,3 @@
http {
log_format custom '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent" '
'$upstream_response_time';
}
server {
root /usr/share/nginx/html;
access_log syslog:server=10.8.0.7:514,tag=nginx_access custom;