netbox: drop obsolete file

This commit is contained in:
Timotej Lazar 2025-04-12 20:53:00 +02:00
parent ade6a8e1e2
commit b6b4a16fd4

View file

@ -1,11 +0,0 @@
# handle .well-known for all domains
server {
listen 80 default_server;
listen [::]:80 default_server;
location /.well-known/ {
alias /srv/http/.well-known/;
}
location / {
return 301 https://$host$request_uri;
}
}