Skip to content

Commit c2d0a1e

Browse files
committed
www to public change was listed as a remove config setting
1 parent 37ffd41 commit c2d0a1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/simplesamlphp-upgrade-notes-2.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ composer require simplesamlphp/simplesamlphp-module-ldap --update-no-dev
4646

4747
## Configuration changes
4848

49+
Our assets have been moved from the `www` to the `public` directory. You will have to update your webserver to reflect this change.
50+
4951
Quite some options have been changed or removed. We recommend to start with a fresh
5052
template from `config/config.php.dist` and migrate the settings you require to the new
5153
config file manually.
@@ -67,8 +69,6 @@ Configuration options that have been removed:
6769
with the existing attributeencodings feature.
6870
- `database.slaves`. This is now called `database.secondaries`.
6971
- `metadata.handler`. Since a long time the preferred option is `metadata.sources`.
70-
- Our assets have been moved from the `www` to the `public` directory. You will have to update
71-
your webserver to reflect this change.
7272

7373
## Changes relevant for (module) developers
7474

0 commit comments

Comments
 (0)