www_veda_2025/Caddyfile.simple
2025-08-20 02:16:49 +02:00

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
}