Initial commit
This commit is contained in:
commit
3d8657c5b5
5 changed files with 145 additions and 0 deletions
12
caddy/Caddyfile
Normal file
12
caddy/Caddyfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
servers {
|
||||
protocol {
|
||||
experimental_http3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
localhost {
|
||||
redir / /guacamole/ 308
|
||||
reverse_proxy guacamole:8080
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue