mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create default.conf
This commit is contained in:
parent
7bbce01886
commit
4cd997538a
7
docker/ubuntu_nginx_mariadb/nginx/default.conf
Normal file
7
docker/ubuntu_nginx_mariadb/nginx/default.conf
Normal file
@ -0,0 +1,7 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
server_name _;
|
||||
deny all;
|
||||
return 444;
|
||||
}
|
Loading…
Reference in New Issue
Block a user