Skip to content

Commit

Permalink
commit 2d4eaeb
Browse files Browse the repository at this point in the history
Merge: 274ea6b e48caaf
Author: Patrick Maier <[email protected]>
Date:   Mon Jun 28 12:12:29 2021 +0200

    Merge pull request #5404 from owncloud/fix-docs

    [docs-only]  Wrong type in config.php value
  • Loading branch information
pmaier1 committed Jun 28, 2021
1 parent d13340f commit d1ea272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/oc10-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To set the ownCloud Web address and to display ownCloud Web in the app switcher,
Administrators can optionally decide whether ownCloud Links (public and private links) should be provided by the Classic web interface or by ownCloud Web using the `web.rewriteLinks` option in `config/config.php`. The option defaults to `false` so that the links open in the Classic web interface. Setting it to `true` will redirect all links to ownCloud Web. To redirect all private and public links to ownCloud Web, add the following line into `config/config.php`:

```php
'web.rewriteLinks' => 'true',
'web.rewriteLinks' => true,
```

### Make ownCloud Web the default web interface
Expand Down

0 comments on commit d1ea272

Please sign in to comment.