2025-09-18 10:35:25 +02:00
|
|
|
:80 {
|
2025-09-22 15:17:33 +02:00
|
|
|
# Force HTTP pour le développement
|
2025-09-18 10:35:25 +02:00
|
|
|
http://localhost {
|
2025-09-22 15:17:33 +02:00
|
|
|
root * /app/public
|
2025-09-18 10:35:25 +02:00
|
|
|
php_server
|
2025-09-22 15:17:33 +02:00
|
|
|
encode gzip
|
2025-09-18 10:35:25 +02:00
|
|
|
log {
|
|
|
|
output stdout
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|