From ff6b7a75100bab71cfcae622b89bb09a46dc54b6 Mon Sep 17 00:00:00 2001 From: Adam W Zheng Date: Fri, 8 Sep 2017 10:57:52 -0500 Subject: [PATCH] Fix description in CONFIG_BASEURLPATH --- 1.14.15/README.md | 2 +- 1.14.16/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1.14.15/README.md b/1.14.15/README.md index 7df3715..f685172 100644 --- a/1.14.15/README.md +++ b/1.14.15/README.md @@ -77,7 +77,7 @@ It is recommended to set them properly and not use default values. | Variable | Default Value | Description | | ------ | ------ | ------ | -| CONFIG_BASEURLPATH | simplesaml/ | If using SSL behind a proxy enter the base URL here, otherwise IdP metadata will use http://. Format is [(http|https)://(hostname|fqdn)[:port]]/[path/to/simplesaml/]. | +| CONFIG_BASEURLPATH | simplesaml/ | If using SSL behind a proxy enter the base URL here, otherwise IdP metadata will use http://. Format is [(https)://(hostname)[:port]]/[path/to/simplesaml/]. | | DOCKER_REDIRECTLOGS | false | Redirect logs written to the log file by SimpleSAMLphp to `/proc/1/fd/1`. This does not work yet due to permissions issues. If someone knows how to resolve this please let me know or contribute a fix to the Git repository. Thanks! | | CONFIG_AUTHADMINPASSWORD | SSHA256 hash of '123' | Plain text works as well. Use PWGen to generate a hash for this variable. Refer to [SimpleSAMLphp docs](https://simplesamlphp.org/docs/stable/simplesamlphp-install), installation guide section 7. | | CONFIG_SECRETSALT | defaultsecretsalt | Refer to [SimpleSAMLphp docs](https://simplesamlphp.org/docs/stable/simplesamlphp-install), installation guide section 7 if help is needed for generating one. | diff --git a/1.14.16/README.md b/1.14.16/README.md index a17f2b1..7121b8a 100644 --- a/1.14.16/README.md +++ b/1.14.16/README.md @@ -77,7 +77,7 @@ It is recommended to set them properly and not use default values. | Variable | Default Value | Description | | ------ | ------ | ------ | -| CONFIG_BASEURLPATH | simplesaml/ | If using SSL behind a proxy enter the base URL here, otherwise IdP metadata will use http://. Format is [(http|https)://(hostname|fqdn)[:port]]/[path/to/simplesaml/]. | +| CONFIG_BASEURLPATH | simplesaml/ | If using SSL behind a proxy enter the base URL here, otherwise IdP metadata will use http://. Format is [(https)://(hostname)[:port]]/[path/to/simplesaml/]. | | DOCKER_REDIRECTLOGS | false | Redirect logs written to the log file by SimpleSAMLphp to `/proc/1/fd/1`. This does not work yet due to permissions issues. If someone knows how to resolve this please let me know or contribute a fix to the Git repository. Thanks! | | CONFIG_AUTHADMINPASSWORD | SSHA256 hash of '123' | Plain text works as well. Use PWGen to generate a hash for this variable. Refer to [SimpleSAMLphp docs](https://simplesamlphp.org/docs/stable/simplesamlphp-install), installation guide section 7. | | CONFIG_SECRETSALT | defaultsecretsalt | Refer to [SimpleSAMLphp docs](https://simplesamlphp.org/docs/stable/simplesamlphp-install), installation guide section 7 if help is needed for generating one. |