mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
chore(docs): add caddy reverse proxy config example (#5777)
This commit is contained in:
parent
b520955d0e
commit
b68800d45c
1 changed files with 10 additions and 0 deletions
|
|
@ -28,3 +28,13 @@ server {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Caddy example config
|
||||||
|
|
||||||
|
As an alternative to nginx, you can also use [Caddy](https://caddyserver.com/) as a reverse proxy (with automatic HTTPS configuration). Below is an example config.
|
||||||
|
|
||||||
|
```
|
||||||
|
immich.example.org {
|
||||||
|
reverse_proxy http://<snip>:2283
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue