domain prefix fix
This commit is contained in:
parent
a8618666b2
commit
9b9ee9b670
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class eidas_proxy {
|
||||||
volumes => ['/var/log/eidas-proxy:/var/log/eidas-proxy',
|
volumes => ['/var/log/eidas-proxy:/var/log/eidas-proxy',
|
||||||
'/etc/eidas-proxy:/etc/eidas-proxy'],
|
'/etc/eidas-proxy:/etc/eidas-proxy'],
|
||||||
env => ["PROXY_SERVICE_PATH_PREFIX=/etc/eidas-proxy/$country",
|
env => ["PROXY_SERVICE_PATH_PREFIX=/etc/eidas-proxy/$country",
|
||||||
"PROXY_SERVICE_DOMAIN_PREFIX=https://$hostname/",
|
"PROXY_SERVICE_DOMAIN_PREFIX=https://$hostname/eidas-ps",
|
||||||
"SPRING_PROFILES_ACTIVE=se",
|
"SPRING_PROFILES_ACTIVE=se",
|
||||||
"SPRING_CONFIG_LOCATION=/etc/eidas-proxy/$country/cfg/",
|
"SPRING_CONFIG_LOCATION=/etc/eidas-proxy/$country/cfg/",
|
||||||
"PROXY_SERVICE_COOKIEENCRYPTPW=$proxy_service_cookie_encrypt_pw"]
|
"PROXY_SERVICE_COOKIEENCRYPTPW=$proxy_service_cookie_encrypt_pw"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue