Explorar el Código

Fix typo in nginx.conf custom logging

Emmanuel Bouthenot hace 8 años
padre
commit
443e2499ee
Se han modificado 1 ficheros con 1 adiciones y 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 ###