feat(Docker): conteneurisation du site d'accueil

This commit is contained in:
2024-05-12 19:19:06 +02:00
parent 73da43db70
commit c42584f401
3 changed files with 39 additions and 0 deletions

10
Caddyfile Normal file
View File

@ -0,0 +1,10 @@
:80 {
root * /usr/share/caddy
file_server
handle_errors {
rewrite * /{http.error.status_code}.html
file_server
}
}