This commit is contained in:
Anfioo
2025-12-10 20:14:01 +08:00
parent 2d847f3660
commit dbad2303d2
62 changed files with 1269 additions and 1259 deletions

View File

@@ -1,3 +1,11 @@
log_format custom_format '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent" '
'$request_time $upstream_response_time '
'$host $uri $args';
access_log /var/log/nginx/access.log custom_format;
server {
listen 8111;
server_name _; # 匹配所有主机名