From a1033102f29a61e8a18f3d5c8eb3a247f53f3c62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 25 Nov 2016 10:22:02 +0200 Subject: [PATCH] omit duplicate server_name --- nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index f62e6d2..8ab1a0f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -72,7 +72,6 @@ http { # verify chain of trust of OCSP response using Root CA and Intermediate certs #ssl_trusted_certificate /etc/nginx/ca.crt; - server_name localhost; access_log /var/log/nginx/access.log main; location / { -- 2.44.0