fix formatting for Caddyfile

This commit is contained in:
Christopher Bisset 2022-08-02 20:31:01 +10:00
parent 56357ea7e8
commit b5d70ab706

View file

@ -1,13 +1,13 @@
{
skip_install_trust
skip_install_trust
}
https://0.0.0.0:443 {
redir / /web
uri strip_prefix /web
tls internal {
on_demand
}
file_server {
root /web
}
redir / /web
uri strip_prefix /web
tls internal {
on_demand
}
file_server {
root /web
}
}