Enabled static files with swoole, otherwise, robots.txt and favicon.ico are never served when running shlink with swoole

This commit is contained in:
Alejandro Celaya 2018-12-07 09:38:07 +01:00
parent 52c18115af
commit 9095e5b057

View file

@ -9,9 +9,6 @@ return [
'swoole-http-server' => [
'host' => '0.0.0.0',
'process-name' => 'shlink',
'static-files' => [
'enable' => false,
],
],
],