mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated Caddy Webserver Config (markdown)
parent
77a877c85d
commit
e547900c9b
1 changed files with 7 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ Example:
|
|||
redir @http https://{host}{uri}
|
||||
}
|
||||
|
||||
# WeKan board
|
||||
# WeKan board, proxy to localhost port, or IP-ADDRESS:PORT
|
||||
boards.example.com {
|
||||
tls {
|
||||
load /var/snap/wekan/common/certs
|
||||
|
|
@ -51,6 +51,12 @@ example.com {
|
|||
root * /var/websites/wekan.team
|
||||
file_server
|
||||
}
|
||||
|
||||
# Files download directory browse website
|
||||
files.example.com {
|
||||
root * /var/websites/ftp.secretchronicles.org/public
|
||||
file_server browse
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue