Contenu des variables plutôt que nom des variables
This commit is contained in:
parent
52370e3c09
commit
0c1e397926
@ -8,9 +8,9 @@ http {
|
||||
gzip on;
|
||||
gzip_types text/plain text/css text/javascript;
|
||||
|
||||
log_format main 'remote_addr -remote_user [time_local] "request" '
|
||||
'statusbody_bytes_sent "http_referer" '
|
||||
'"http_user_agent" "$http_x_forwarded_for"';
|
||||
log_format main '$remote_addr -$remote_user [$time_local] "$request" '
|
||||
'$statusbody_bytes_sent "$http_referer" '
|
||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
upstream backend {
|
||||
server backend:8000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user