mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Enabled static files with swoole, otherwise, robots.txt and favicon.ico are never served when running shlink with swoole
This commit is contained in:
parent
52c18115af
commit
9095e5b057
1 changed files with 0 additions and 3 deletions
|
@ -9,9 +9,6 @@ return [
|
|||
'swoole-http-server' => [
|
||||
'host' => '0.0.0.0',
|
||||
'process-name' => 'shlink',
|
||||
'static-files' => [
|
||||
'enable' => false,
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue