diff options
author | Valery Piashchynski <[email protected]> | 2021-06-09 12:06:10 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-09 12:06:10 +0300 |
commit | a723cedba199a1c50dca05630b53139ee456ace8 (patch) | |
tree | c41ab92d6a02b2669f24702cb44dc54b3e241442 /tests/plugins/gzip/configs | |
parent | 4f3e16892479db4bd8280a46987f3105e46e5c96 (diff) | |
parent | ffad3119505aab02f0b7d5ba1cc29e6e91be5d11 (diff) |
#713 feat(server): path scan for a potential file path
#713 feat(server): path scan for a potential file path
Diffstat (limited to 'tests/plugins/gzip/configs')
-rw-r--r-- | tests/plugins/gzip/configs/.rr-http-middlewareNotExist.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/plugins/gzip/configs/.rr-http-middlewareNotExist.yaml b/tests/plugins/gzip/configs/.rr-http-middlewareNotExist.yaml index 9e5b9c60..73e4f6e6 100644 --- a/tests/plugins/gzip/configs/.rr-http-middlewareNotExist.yaml +++ b/tests/plugins/gzip/configs/.rr-http-middlewareNotExist.yaml @@ -1,9 +1,5 @@ server: command: "php ../../psr-worker.php" - user: "" - group: "" - env: - "RR_HTTP": "true" relay: "pipes" relay_timeout: "20s" @@ -21,4 +17,4 @@ http: destroy_timeout: 60s logs: mode: development - level: error
\ No newline at end of file + level: error |