Create default.conf

This commit is contained in:
Stefan Pejcic 2024-08-30 13:58:34 +02:00 committed by GitHub
parent 7bbce01886
commit 4cd997538a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,7 @@
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name _;
deny all;
return 444;
}