dokuwiki: use common nginx role
Also get version from NetBox.
This commit is contained in:
parent
3b246447cf
commit
cd8f20852e
5 changed files with 4 additions and 63 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue