revision gestion cookie

This commit is contained in:
2025-09-22 15:17:33 +02:00
parent bcf31c3fbb
commit 0aac7b2c51
7 changed files with 46 additions and 38 deletions

View File

@@ -1,15 +1,11 @@
:80 {
# Force HTTP, désactive auto-HTTPS
# Force HTTP pour le développement
http://localhost {
root * /app/public
php_server
route {
file_server
@php path *.php /index.php
php_fastcgi @php unix//run/php/php-fpm.sock
}
encode gzip
log {
output stdout
}
encode gzip
}
}