dokuwiki: use common nginx role

Also get version from NetBox.
This commit is contained in:
Timotej Lazar 2024-05-28 13:23:40 +02:00
parent 3b246447cf
commit cd8f20852e
5 changed files with 4 additions and 63 deletions

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;
}
}