Ajoute l'application de Brice et sa mise a jour automatique

This commit is contained in:
2026-04-13 21:42:04 +02:00
parent 90f17c9c89
commit 989b61e772
25 changed files with 2149 additions and 6 deletions

View File

@@ -13,6 +13,14 @@ server {
try_files $uri $uri/ /ethan/index.html;
}
location = /brice {
return 301 $scheme://$http_host/brice/;
}
location /brice/ {
try_files $uri $uri/ /brice/index.html;
}
location / {
try_files $uri $uri/ /index.html;
}