This commit is contained in:
2025-08-20 02:16:49 +02:00
parent 8cfe8a0dbe
commit 99b5f667e0
5 changed files with 103 additions and 3 deletions

11
Caddyfile.simple Normal file
View File

@@ -0,0 +1,11 @@
# 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
}