Add caddyfile for dev usage

This commit is contained in:
Mikko Ahlroth 2024-04-14 18:49:47 +03:00
parent a286c3a840
commit 4077ea8a23

11
Caddyfile Normal file
View file

@ -0,0 +1,11 @@
{
log
admin off
}
http://localhost:61055 {
handle_path /gloss_blog* {
root * ./public
file_server
}
}