aboutsummaryrefslogtreecommitdiff
path: root/services/templates/nginx/conf.d/forbid_unknown_domain.conf
diff options
context:
space:
mode:
Diffstat (limited to 'services/templates/nginx/conf.d/forbid_unknown_domain.conf')
-rw-r--r--services/templates/nginx/conf.d/forbid_unknown_domain.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/services/templates/nginx/conf.d/forbid_unknown_domain.conf b/services/templates/nginx/conf.d/forbid_unknown_domain.conf
deleted file mode 100644
index 515942b..0000000
--- a/services/templates/nginx/conf.d/forbid_unknown_domain.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-server {
- listen 80 default_server;
- listen [::]:80 default_server;
- listen 443 ssl default_server;
- listen [::]:443 ssl default_server;
- http2 on;
-
- return 444;
-}