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

View File

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