empty ctx path
This commit is contained in:
parent
f8b649fa6f
commit
7cd692cfb0
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ class eidas_sp($version="1.0.0",$hostname='localhost',$environment='qa') {
|
|||
'/etc/eidas-sp:/etc/eidas-sp',
|
||||
'/dev/log:/dev/log',
|
||||
'/etc/ssl:/etc/ssl'],
|
||||
env => ["SERVER_SERVLET_CONTEXT_PATH=''",
|
||||
env => ["SERVER_SERVLET_CONTEXT_PATH=/",
|
||||
"SP_USE_SC_LOGO=false",
|
||||
"SP_ENTITY_ID=https://$_hostname/sp",
|
||||
"SPRING_PROFILES_ACTIVE=$environment",
|
||||
|
|
Loading…
Add table
Reference in a new issue