Update Caddyfile

This commit is contained in:
routerino 2022-08-02 20:20:26 +10:00 committed by GitHub
parent 3cc47e7399
commit 56357ea7e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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