domain prefix fix

This commit is contained in:
Leif Johansson 2017-10-27 19:30:13 +02:00
parent a8618666b2
commit 9b9ee9b670

View file

@ -229,7 +229,7 @@ class eidas_proxy {
volumes => ['/var/log/eidas-proxy:/var/log/eidas-proxy',
'/etc/eidas-proxy:/etc/eidas-proxy'],
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_CONFIG_LOCATION=/etc/eidas-proxy/$country/cfg/",
"PROXY_SERVICE_COOKIEENCRYPTPW=$proxy_service_cookie_encrypt_pw"]