Updated Caddy Webserver Config (markdown)

Lauri Ojansivu 2022-08-03 01:44:11 +03:00
parent 77a877c85d
commit e547900c9b

@ -32,7 +32,7 @@ Example:
redir @http https://{host}{uri} redir @http https://{host}{uri}
} }
# WeKan board # WeKan board, proxy to localhost port, or IP-ADDRESS:PORT
boards.example.com { boards.example.com {
tls { tls {
load /var/snap/wekan/common/certs load /var/snap/wekan/common/certs
@ -51,6 +51,12 @@ example.com {
root * /var/websites/wekan.team root * /var/websites/wekan.team
file_server file_server
} }
# Files download directory browse website
files.example.com {
root * /var/websites/ftp.secretchronicles.org/public
file_server browse
}
``` ```