Configured improvements introduced in expressive swoole 2.1

This commit is contained in:
Alejandro Celaya
2018-11-29 21:14:24 +01:00
parent b876870bd8
commit aa413dab6d
2 changed files with 5 additions and 1 deletions

View File

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