revision gestion cookie
This commit is contained in:
10
Caddyfile
10
Caddyfile
@@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user