diff --git a/wo/cli/templates/nginx-core.mustache b/wo/cli/templates/nginx-core.mustache index c7b6686..2ff85ac 100644 --- a/wo/cli/templates/nginx-core.mustache +++ b/wo/cli/templates/nginx-core.mustache @@ -94,8 +94,8 @@ http { # Log format Settings log_format rt_cache '$remote_addr $upstream_response_time $upstream_cache_status [$time_local] ' - '$http_host "$request" $status $body_bytes_sent ' - '"$http_referer" "$http_user_agent" "$server_protocol"'; + '$host "$request" $status $body_bytes_sent ' + '"$http_referer" "$http_user_agent" "$server_protocol" "$http3"'; ## # Virtual Host Configs diff --git a/wo/cli/templates/wo-plus.mustache b/wo/cli/templates/wo-plus.mustache index 7dfbb9a..872efdb 100644 --- a/wo/cli/templates/wo-plus.mustache +++ b/wo/cli/templates/wo-plus.mustache @@ -48,8 +48,8 @@ error_log /var/log/nginx/error.log; # Log format Settings log_format rt_cache '$remote_addr $upstream_response_time $upstream_cache_status [$time_local] ' -'$http_host "$request" $status $body_bytes_sent ' -'"$http_referer" "$http_user_agent" "$request_body"'; +'$host "$request" $status $body_bytes_sent ' +'"$http_referer" "$http_user_agent" "$request_body" "$http3"'; ## # Gzip Settings