From 31515e5679ea8cb48aba8e105064ff95c36c3669 Mon Sep 17 00:00:00 2001 From: Baldinof Date: Tue, 6 Jul 2021 21:07:13 +0200 Subject: [PATCH] Remove obsolete example file --- examples/config.json | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 examples/config.json diff --git a/examples/config.json b/examples/config.json deleted file mode 100644 index ca67592..0000000 --- a/examples/config.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "logging": { - "logs": { - "default": { - "exclude": [ - "http.log.access.log0" - ] - }, - "log0": { - "writer": { - "output": "stdout" - }, - "include": [ - "http.log.access.log0" - ] - } - } - }, - "apps": { - "supervisor": { - "supervise": [ - { - "command": ["php-fpm"], - "dir": ".", - "env": {"ADDITIONAL_ENV": "1"}, - "redirect_stdout": "stdout", - "redirect_stderr": "stderr", - "restart_policy": "always", - "termination_grace_period": "1s", - "replicas": "1" - } - ] - } - } -} \ No newline at end of file