feat: added Caddy server config

This commit is contained in:
ITQ
2025-07-05 12:20:43 +03:00
parent 6740031cb9
commit abc7674389
+9
View File
@@ -0,0 +1,9 @@
{
auto_https disable_redirects
}
server:443 {
root * /var/www
tls internal
file_server browse
}