diff --git a/README.md b/README.md index d5b95f8..9c0b8e5 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,6 @@ Provides various fixes to allow multiple Drupal instances to be served from one All these features are made to ensure that the instance can be served from `/`. -### Cookie name suffix - -Cookie name will be suffixed with the site's hostname. For example `SSID{sha256}helfi-docker-so`. - ### Site prefix A "prefix" will be added to all URLs. This prefix should be same as the `` in `/`. @@ -40,6 +36,9 @@ $config['helfi_proxy.settings']['prefixes'] = [ 'ru' => 'test-maps', ]; ``` +### Cookie name suffix + +Cookie name will be suffixed with the value configured in (`helfi_proxy.settings`) `session_suffix` setting. The value will default to site's hostname if not configured. For example `SSID{sha256}helfi-docker-so`. ### Serve assets from asset path