Skip to content

Commit

Permalink
chore(docs): add caddy reverse proxy config example (immich-app#5777)
Browse files Browse the repository at this point in the history
  • Loading branch information
muety authored Dec 18, 2023
1 parent b520955 commit b68800d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/administration/reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

0 comments on commit b68800d

Please sign in to comment.