Explorar o código

Fix typo in nginx.conf custom logging

Emmanuel Bouthenot %!s(int64=8) %!d(string=hai) anos
pai
achega
443e2499ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/webserver/templates/nginx/nginx.conf.j2

+ 1 - 1
roles/webserver/templates/nginx/nginx.conf.j2

@@ -80,7 +80,7 @@ http {
     log_format main '$remote_addr - $remote_user [$time_local] "$request" '
                     '$status $body_bytes_sent "$http_referer" '
                     '"$http_user_agent" "$http_x_forwarded_for" '
-                    '$host ${request_time} ${scheme}"';
+                    '$host ${request_time} ${scheme}';
 
     ### Default log files ###