refine urls

This commit is contained in:
Sönke Domröse
2025-06-19 12:33:46 +02:00
parent c196371e0d
commit 99f62189f6
4 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
nas.domr.ovh,
nas.home.domroese.eu {
tls soenke@domroese.eu {
client_auth {
mode request
}
}
reverse_proxy https://192.168.1.194:5001 {
transport http {
tls_insecure_skip_verify # Disable TLS Verification, as we don't have a real certificate on the nas
}
}
}