mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 17:48:49 +01:00
Adding caddy support
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
This commit is contained in:
parent
3665a9131c
commit
e077c85d00
6 changed files with 63 additions and 1 deletions
5
snap-src/Caddyfile
Normal file
5
snap-src/Caddyfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
http://:8080
|
||||
proxy / localhost:3001 {
|
||||
websocket
|
||||
transparent
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue