Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@
* If phoenix.baseUrl is set, public and private links will be redirected to this
* url. Phoenix will handle these links accordingly.
*
* As an example, in case 'phoenix.baseUrl' is set to 'http://phoenix,example.com',
* As an example, in case 'phoenix.baseUrl' is set to 'http://phoenix.example.com',
* the shared link 'http://ocx.example.com/index.php/s/THoQjwYYMJvXMdW' will be redirected
* by ownCloud to 'http://phoenix.example.com/index.html#//s/THoQjwYYMJvXMdW'.
* by ownCloud to 'http://phoenix.example.com/index.html#/s/THoQjwYYMJvXMdW'.
*/
'phoenix.baseUrl' => '',
/**
Expand Down