mirror of
https://github.com/immich-app/immich.git
synced 2025-02-04 01:09:14 -05:00
21 lines
No EOL
237 B
Caddyfile
21 lines
No EOL
237 B
Caddyfile
|
|
|
|
:443 {
|
|
tls internal {
|
|
on_demand
|
|
}
|
|
reverse_proxy immich-web:3000
|
|
log {
|
|
output file /logs/caddy.log
|
|
}
|
|
}
|
|
|
|
:444 {
|
|
tls internal {
|
|
on_demand
|
|
}
|
|
reverse_proxy immich-server:3001
|
|
log {
|
|
output file /logs/caddy.log
|
|
}
|
|
} |