ansible_init #3

Merged
sinibaldi merged 41 commits from ansible_init into main 2025-11-11 14:37:30 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 8cef1d5c17 - Show all commits

View File

@ -1,7 +1,7 @@
https://cloud.reterup.it:443 {
tls cert.pem privkey.pem {
ca_root origin_ca_rsa_root.pem
tls /root/certs/cert.pem /root/certs/privkey.pem {
ca_root /root/certs/origin_ca_rsa_root.pem
}
header Strict-Transport-Security max-age=31536000;

View File

@ -9,7 +9,7 @@ services:
container_name: caddy
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./certs:/certs
- ./certs:/root/certs
- ./config:/config
- ./data:/data
- ./sites:/srv