Skip to content

Commit 98ec84c

Browse files
feat: add support for $SERVER_ROOT to provide a different app root
1 parent cfb9d9f commit 98ec84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caddy/frankenphp/Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# }
2626
#}
2727

28-
root public/
28+
root {$SERVER_ROOT:public/}
2929
encode zstd br gzip
3030

3131
# Uncomment the following lines to enable Mercure and Vulcain modules

0 commit comments

Comments
 (0)