From ce79647caae24e77fb2e978541a30dca29026b8a Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Nov 2024 01:12:29 +0800 Subject: HALF WORK: 2024.12.22 code. --- template/nginx/forbid_unknown_domain.conf | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 template/nginx/forbid_unknown_domain.conf (limited to 'template/nginx/forbid_unknown_domain.conf') diff --git a/template/nginx/forbid_unknown_domain.conf b/template/nginx/forbid_unknown_domain.conf deleted file mode 100644 index ae96393..0000000 --- a/template/nginx/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; -} -- cgit v1.2.3