12 lines
256 B
Caddyfile
12 lines
256 B
Caddyfile
# Simple Caddyfile for VEDA static site
|
|
# Use this if the main Caddyfile doesn't work
|
|
|
|
www2.veda-egypt.com {
|
|
root * /var/www/veda/out
|
|
|
|
# Simple fallback approach
|
|
try_files {path} {path}/ {path}/index.html /index.html
|
|
|
|
file_server
|
|
}
|