aboutsummaryrefslogtreecommitdiff
path: root/packages/crashbox-config/nginx/etc/nginx/sites-available/default.conf
blob: e10725da70e9666d1a63bc1f8eb5ac85b3cbe957 (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 [::]:80 default_server;

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