70
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 277 : | Ligne 277 : | ||
# NOTE: If the time/date is a timestamp in seconds or microseconds | # NOTE: If the time/date is a timestamp in seconds or microseconds | ||
# %x must be used instead of %d & %t to represent the date & time. | # %x must be used instead of %d & %t to represent the date & time. | ||
# NCSA Combined Log Format | # NCSA Combined Log Format | ||
log-format %h %^[%d:%t %^] "%r" %s %b "%R" "%u" | log-format %h %^[%d:%t %^] "%r" %s %b "%R" "%u" | ||
# NCSA Combined Log Format with Virtual Host | |||
log-format %v:%^ %h %^[%d:%t %^] "%r" %s %b "%R" "%u" | log-format %v:%^ %h %^[%d:%t %^] "%r" %s %b "%R" "%u" | ||
# Common Log Format (CLF) | # Common Log Format (CLF) | ||
log-format %h %^[%d:%t %^] "%r" %s %b | log-format %h %^[%d:%t %^] "%r" %s %b | ||
# Common Log Format (CLF) with Virtual Host | # Common Log Format (CLF) with Virtual Host | ||
log-format %v:%^ %h %^[%d:%t %^] "%r" %s %b | log-format %v:%^ %h %^[%d:%t %^] "%r" %s %b | ||
# W3C | # W3C | ||
#log-format %d %t %h %^ %^ %^ %^ %r %^ %s %b %^ %^ %u %R | #log-format %d %t %h %^ %^ %^ %^ %r %^ %s %b %^ %^ %u %R | ||
# Squid native log format | # Squid native log format | ||
#log-format %^ %^ %^ %v %^: %x.%^ %~%L %h %^/%s %b %m %U | #log-format %^ %^ %^ %v %^: %x.%^ %~%L %h %^/%s %b %m %U | ||
# AWS | Amazon CloudFront (Download Distribution) | # AWS | Amazon CloudFront (Download Distribution) | ||
#log-format %d\t%t\t%^\t%b\t%h\t%m\t%^\t%r\t%s\t%R\t%u\t%^ | #log-format %d\t%t\t%^\t%b\t%h\t%m\t%^\t%r\t%s\t%R\t%u\t%^ | ||
# Google Cloud Storage | # Google Cloud Storage | ||
#log-format "%x","%h",%^,%^,"%m","%U","%s",%^,"%b","%D",%^,"%R","%u" | #log-format "%x","%h",%^,%^,"%m","%U","%s",%^,"%b","%D",%^,"%R","%u" | ||
# AWS | Elastic Load Balancing | # AWS | Elastic Load Balancing | ||
#log-format %dT%t.%^ %^ %h:%^ %^ %T %^ %^ %^ %s %^ %b "%r" "%u" | #log-format %dT%t.%^ %^ %h:%^ %^ %T %^ %^ %^ %s %^ %b "%r" "%u" | ||
# AWSS3 | Amazon Simple Storage Service (S3) | # AWSS3 | Amazon Simple Storage Service (S3) | ||
#log-format %^[%d:%t %^] %h %^"%r" %s %^ %b %^ %L %^ "%R" "%u" | #log-format %^[%d:%t %^] %h %^"%r" %s %^ %b %^ %L %^ "%R" "%u" | ||
# Virtualmin Log Format with Virtual Host | # Virtualmin Log Format with Virtual Host | ||
#log-format %h %^ %v %^[%d:%t %^] "%r" %s %b "%R" "%u" | #log-format %h %^ %v %^[%d:%t %^] "%r" %s %b "%R" "%u" | ||
# Kubernetes Nginx Ingress Log Format | # Kubernetes Nginx Ingress Log Format | ||
#log-format %^ %^ [%h] %^ %^ [%d:%t %^] "%r" %s %b "%R" "%u" %^ %^ [%v] %^:%^ %^ %T %^ %^ | #log-format %^ %^ [%h] %^ %^ [%d:%t %^] "%r" %s %b "%R" "%u" %^ %^ [%v] %^:%^ %^ %T %^ %^ | ||
# In addition to specifying the raw log/date/time formats, for | # In addition to specifying the raw log/date/time formats, for | ||
# simplicity, any of the following predefined log format names can be | # simplicity, any of the following predefined log format names can be | ||
Ligne 330 : | Ligne 317 : | ||
#log-format AWSELB | #log-format AWSELB | ||
#log-format AWSS3 | #log-format AWSS3 | ||
###################################### | ###################################### | ||
# UI Options | # UI Options |
modifications