fix(infra) : root nginx-proxy vers public/ pour maintenance.html
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 13:54:35 +02:00
parent 9da1ae7ca1
commit 9b6386c4ae

View File

@@ -3,7 +3,7 @@ server {
listen [::]:80;
server_name project.malio-dev.fr;
root /var/www/lesstime;
root /var/www/lesstime/public;
# Maintenance mode
if (-f /var/www/lesstime/maintenance.on) {