Skip to content

Commit

Permalink
Merge pull request #33516 from owncloud/mmattel-patch-1
Browse files Browse the repository at this point in the history
Update config.sample.php to fix a broken link
  • Loading branch information
mmattel authored Nov 14, 2018
2 parents e8564e2 + e85cf01 commit 4fdd930
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,15 +437,15 @@
/**
* To have clean URLs without `/index.php` this parameter needs to be configured.
*
* This parameter will be written as "RewriteBase" on update and installation of
* This parameter will be written as `RewriteBase` on update and installation of
* ownCloud to your `.htaccess` file. While this value is often simply the URL
* path of the ownCloud installation it cannot be set automatically properly in
* every scenario and needs thus some manual configuration.
*
* In a standard Apache setup this usually equals the folder that ownCloud is
* accessible at. So if ownCloud is accessible via "https://mycloud.org/owncloud"
* the correct value would most likely be "/owncloud". If ownCloud is running
* under "https://mycloud.org/" then it would be "/".
* accessible at. So if ownCloud is accessible via `https://mycloud.org/owncloud`
* the correct value would most likely be `/owncloud`. If ownCloud is running
* under `https://mycloud.org/` then it would be `/`.
*
* Note that the above rule is not valid in every case, as there are some rare setup
* cases where this may not apply. However, to avoid any update problems this
Expand Down Expand Up @@ -487,7 +487,7 @@
* to be deleted.
* Both minimum and maximum times can be set together to explicitly define
* file and folder deletion. For migration purposes, this setting is installed
* initially set to "auto", which is equivalent to the default setting in
* initially set to `auto`, which is equivalent to the default setting in
* ownCloud 8.1 and before.
*
* Available values:
Expand Down Expand Up @@ -1122,7 +1122,7 @@
* https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-utf8mb4.html
* https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_large_prefix
* https://mariadb.com/kb/en/mariadb/xtradbinnodb-server-system-variables/#innodb_large_prefix
* http://www.tocker.ca/2013/10/31/benchmarking-innodb-page-compression-performance.html
* http://www.tocker.ca/benchmarking-innodb-page-compression-performance.html
* http://mechanics.flite.com/blog/2014/07/29/using-innodb-large-prefix-to-avoid-error-1071/
*/
'mysql.utf8mb4' => false,
Expand Down

0 comments on commit 4fdd930

Please sign in to comment.