aboutsummaryrefslogtreecommitdiff
path: root/template2/nginx/global/forbid-unknown-domain.conf
diff options
context:
space:
mode:
Diffstat (limited to 'template2/nginx/global/forbid-unknown-domain.conf')
-rw-r--r--template2/nginx/global/forbid-unknown-domain.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/template2/nginx/global/forbid-unknown-domain.conf b/template2/nginx/global/forbid-unknown-domain.conf
deleted file mode 100644
index ae96393..0000000
--- a/template2/nginx/global/forbid-unknown-domain.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-server {
- listen 80 default_server;
- listen [::]:80 default_server;
- listen 443 ssl http2 default_server;
- listen [::]:443 ssl http2 default_server;
-
- return 444;
-}