aboutsummaryrefslogtreecommitdiff
path: root/template/nginx/forbid_unknown_domain.conf
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-20 15:27:20 +0800
committercrupest <crupest@outlook.com>2022-11-20 15:27:20 +0800
commit6345504cfe8393a540ae9ce6ec9441eda7d5c43d (patch)
treeaf8b18db5bdb540c589f36f090876d2b5eaaa43a /template/nginx/forbid_unknown_domain.conf
parent598556d62e3653342c83a148b90c18cc16bedd40 (diff)
downloadcrupest-6345504cfe8393a540ae9ce6ec9441eda7d5c43d.tar.gz
crupest-6345504cfe8393a540ae9ce6ec9441eda7d5c43d.tar.bz2
crupest-6345504cfe8393a540ae9ce6ec9441eda7d5c43d.zip
Continue to fix nginx.
Diffstat (limited to 'template/nginx/forbid_unknown_domain.conf')
-rw-r--r--template/nginx/forbid_unknown_domain.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/template/nginx/forbid_unknown_domain.conf b/template/nginx/forbid_unknown_domain.conf
index ae96393..661a2b6 100644
--- a/template/nginx/forbid_unknown_domain.conf
+++ b/template/nginx/forbid_unknown_domain.conf
@@ -1,8 +1,6 @@
server {
listen 80 default_server;
listen [::]:80 default_server;
- listen 443 ssl http2 default_server;
- listen [::]:443 ssl http2 default_server;
return 444;
}