update caddy file

This commit is contained in:
hay-kot 2021-05-04 08:47:28 -08:00
commit 60af19d37a

View file

@ -10,7 +10,8 @@
encode gzip
uri strip_suffix /
handle_path /api/recipes/media/* {
# Handles Recipe Images / Assets
handle_path /api/media/recipes/* {
root * /app/data/recipes/
file_server
}