fixed certs path
This commit is contained in:
parent
adf2150626
commit
8cef1d5c17
|
@ -1,7 +1,7 @@
|
||||||
https://cloud.reterup.it:443 {
|
https://cloud.reterup.it:443 {
|
||||||
|
|
||||||
tls cert.pem privkey.pem {
|
tls /root/certs/cert.pem /root/certs/privkey.pem {
|
||||||
ca_root origin_ca_rsa_root.pem
|
ca_root /root/certs/origin_ca_rsa_root.pem
|
||||||
}
|
}
|
||||||
|
|
||||||
header Strict-Transport-Security max-age=31536000;
|
header Strict-Transport-Security max-age=31536000;
|
||||||
|
|
|
@ -9,7 +9,7 @@ services:
|
||||||
container_name: caddy
|
container_name: caddy
|
||||||
volumes:
|
volumes:
|
||||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||||
- ./certs:/certs
|
- ./certs:/root/certs
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./sites:/srv
|
- ./sites:/srv
|
||||||
|
|
Loading…
Reference in New Issue