mirror of
https://github.com/penpot/penpot.git
synced 2025-02-21 06:16:28 -05:00
📚 Document how to use a proxy - caddy
This commit is contained in:
parent
48222b3469
commit
3331dbac8e
1 changed files with 12 additions and 0 deletions
|
@ -329,6 +329,18 @@ server {
|
|||
}
|
||||
```
|
||||
|
||||
#### Example with CADDY SERVER
|
||||
|
||||
```bash
|
||||
penpot.mycompany.com {
|
||||
reverse_proxy :9001
|
||||
tls /path/to/fullchain.pem /path/to/privkey.pem
|
||||
log {
|
||||
output file /path/to/penpot.log
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Install with Kubernetes
|
||||
|
||||
This section details everything you need to know to get Penpot up and running in
|
||||
|
|
Loading…
Add table
Reference in a new issue