From ec94d4a700e3fe1bf044f4286015bb77602f3dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Tue, 7 May 2019 20:02:26 +0200 Subject: [PATCH] Delete default --- static/vhost/default | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 static/vhost/default diff --git a/static/vhost/default b/static/vhost/default deleted file mode 100644 index 8d05c71..0000000 --- a/static/vhost/default +++ /dev/null @@ -1,32 +0,0 @@ -server { - listen 80 default_server; - root /hostdata/default/public_html; - index index.html; - server_name localhost; - - # ================================================ - add_header GEO_COUNTRY_CODE $geoip2_data_country_code; - add_header GEO_COUNTRY_NAME $geoip2_data_country_name; - add_header GEO_STATE $geoip2_data_state; - add_header GEO_CITY_NAME $geoip2_data_city_name; - add_header GEO_ZIP_CODE $geoip2_data_zip; - - add_header X-Content-Type-Options 'nosniff' always; - add_header X-Xss-Protection '1; mode=block'; - add_header Referrer-Policy 'no-referrer-when-downgrade'; - # ================================================ - - # ================================================ - access_log /hostdata/default/logs/access.log main; - error_log /hostdata/default/logs/error.log; - # ================================================ - - # ================================================ - location / { - try_files $uri $uri/ =404; - } - location ^~ /L7 { - testcookie off; - } - # ================================================ -}