netbox: drop obsolete file
This commit is contained in:
parent
ade6a8e1e2
commit
b6b4a16fd4
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue