feat(infra) : ajout maintenance mode nginx-proxy + extraction maintenance.html au deploy

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 13:56:05 +02:00
parent 59fae38176
commit b869984609
2 changed files with 5 additions and 1 deletions

View File

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