This repository has been archived on 2026-03-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
softwareengineering-2-modar.../frontend/Caddyfile
2025-07-09 16:47:21 +02:00

6 lines
89 B
Caddyfile

:80 {
root * /app
encode gzip
file_server
try_files {path} /index.html
}