pref: update nginx config
This commit is contained in:
parent
68a54c705e
commit
73ef236e2a
@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
listen 80 default_server http2;
|
||||
listen [::]:80 default_server http2;
|
||||
|
||||
return 403;
|
||||
return 444;
|
||||
}
|
Loading…
Reference in New Issue
Block a user