From 9095e5b05782f0f26a6fb18a3566de73af8802c2 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 7 Dec 2018 09:38:07 +0100 Subject: [PATCH] Enabled static files with swoole, otherwise, robots.txt and favicon.ico are never served when running shlink with swoole --- config/autoload/swoole.global.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/autoload/swoole.global.php b/config/autoload/swoole.global.php index 2218f7bb..5f82f0bc 100644 --- a/config/autoload/swoole.global.php +++ b/config/autoload/swoole.global.php @@ -9,9 +9,6 @@ return [ 'swoole-http-server' => [ 'host' => '0.0.0.0', 'process-name' => 'shlink', - 'static-files' => [ - 'enable' => false, - ], ], ],