pref: update nginx config

This commit is contained in:
thehrz 2023-08-06 00:09:51 +08:00
parent 68a54c705e
commit 73ef236e2a
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -1,6 +1,6 @@
server {
listen 80;
listen [::]:80;
listen 80 default_server http2;
listen [::]:80 default_server http2;
return 403;
return 444;
}