summaryrefslogtreecommitdiff
path: root/roles/webserver/files/default.conf
blob: a85589f60cd9eda5a30a035bc1cf613813d41e6d (plain) (blame)
1
2
3
4
5
6
7
8
9
# Default catch-all configuration, applied when no other configuration matches
server {
       server_name _;
       listen 80 default_server;
       listen 443 default_server;

       # close the connection without sending a response
       return 444;
}