fix: static files server configuration

This commit is contained in:
Kévin Dunglas 2020-10-21 11:30:28 +02:00
parent cc03d09fa6
commit 1b9d78f463
No known key found for this signature in database
GPG Key ID: 9D0C5D6EEB42C445

View File

@ -4,9 +4,13 @@
{$SERVER_NAME}
log
route {
root * /srv/app/public
vulcain
push
php_fastcgi php:9000
encode gzip
file_server
}