mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Update access.lua
This commit is contained in:
parent
cac69c0131
commit
ff9de650a6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ local portal_url = conf["portal_scheme"].."://"..
|
|||
table.insert(conf["skipped_urls"], conf["main_domain"]..conf["portal_path"])
|
||||
|
||||
-- Dummy intructions
|
||||
ngx.header["X-YNH-SSO"] = "You've just been SSOed"
|
||||
ngx.header["X-SSO-WAT"] = "You've just been SSOed"
|
||||
|
||||
--
|
||||
-- Useful functions
|
||||
|
|
Loading…
Reference in a new issue