Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti authored May 13, 2022
1 parent 7a123a0 commit 0ebb059
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<proxy url>/<project prefix>`.

### 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 `<project prefix>` in `<proxy url>/<project prefix>`.
Expand All @@ -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

Expand Down

0 comments on commit 0ebb059

Please sign in to comment.