mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
Updated Caddy Webserver Config (markdown)
parent
7502d4ef3a
commit
77a877c85d
1 changed files with 11 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ Example:
|
|||
redir @http https://{host}{uri}
|
||||
}
|
||||
|
||||
# WeKan board
|
||||
boards.example.com {
|
||||
tls {
|
||||
load /var/snap/wekan/common/certs
|
||||
|
|
@ -40,6 +41,16 @@ boards.example.com {
|
|||
|
||||
reverse_proxy 127.0.0.1:3025
|
||||
}
|
||||
|
||||
# Static website
|
||||
example.com {
|
||||
tls {
|
||||
load /var/snap/wekan/common/certs
|
||||
alpn http/1.1
|
||||
}
|
||||
root * /var/websites/wekan.team
|
||||
file_server
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue