svg
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
ProxyPass /auth http://0.0.0.0:8080/auth retry=0 keepalive=On
|
||||
ProxyPassReverse /auth http://0.0.0.0:8080/auth retry=0
|
||||
|
||||
ProxyPass /ninegate http://0.0.0.0:9000/ninegate retry=0 keepalive=On
|
||||
ProxyPassReverse /ninegate http://0.0.0.0:9000/ninegate retry=0
|
||||
ProxyPass /wssninegate ws://0.0.0.0:9000/wssninegate retry=0 keepalive=On
|
||||
|
@ -50,9 +50,9 @@ CAS_ACTIVATE=0
|
||||
%end if
|
||||
CAS_LOCAL=%%getBool(%%getVar("cas_local", "non"))
|
||||
CAS_HOST=%%getVar("cas_host", %%getVar("web_url"))
|
||||
CAS_PORT=%%getVar("cas_port", "8443")
|
||||
CAS_PORT=%%getVar("cas_port", "443")
|
||||
CAS_PATH=%%getVar("cas_path", "/auth/realms/envole/protocol/cas")
|
||||
CAS_URL=https://%%getVar("cas_host", %%getVar("web_url")):%%getVar("cas_port", "8443")
|
||||
CAS_URL=https://%%getVar("cas_host", %%getVar("web_url")):%%getVar("cas_port", "443")
|
||||
CAS_PASSWORD=%%getVar("keycload_userpassword", "")
|
||||
|
||||
# NINEGATE
|
||||
|
Reference in New Issue
Block a user