From d64caea8701ecbdd8ad54574d674e9dc67e8193a Mon Sep 17 00:00:00 2001 From: Shay Bergmann Date: Mon, 26 Jul 2021 19:51:29 +0000 Subject: [PATCH] Remove clause suggesting absolute paths don't work --- doc/manual/src/configuration.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/manual/src/configuration.md b/doc/manual/src/configuration.md index 25963d28..170287da 100644 --- a/doc/manual/src/configuration.md +++ b/doc/manual/src/configuration.md @@ -28,8 +28,6 @@ like so: Include /run/keys/hydra/github_authorizations.conf ``` -Note that the included files must be relative to `hydra.conf` (not absolute). - Serving behind reverse proxy ----------------------------