Merge pull request #78 from dunglas/fix/static-files

fix: static files server configuration
This commit is contained in:
Kévin Dunglas 2020-10-21 11:35:17 +02:00 committed by GitHub
commit c507a1a10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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