Differences
This shows you the differences between two versions of the page.
— |
documentation:2.1:devopshandler [2019/01/15 15:55] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== DevOps Handler ====== | ||
+ | |||
+ | This handler is designed to read vhost configuration from the website itself not from LL:NG configuration. Rules and headers are set in a **rules.json** file stored at the website root directory (ie ''< | ||
+ | <file json rules.json> | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | If this file is not found, the default rule " | ||
+ | |||
+ | No specific configuration is required except that: | ||
+ | * you have to choose this specific handler //(directly by using '' | ||
+ | * you can set the loopback URL needed by the DevOps handler to get ''/ | ||
+ | |||
+ | <note important> | ||
+ | |||
+ | See [[ssoaas|SSO as a Service]] for more | ||