mirror of
https://github.com/nextcloud/documentation.git
synced 2026-04-04 14:59:00 +07:00
Escape asterisks
They are seen as notes otherwise. Conflicts: admin_manual/LDAP/CONFIGURATION.rst admin_manual/config/Mail_Parameters.rst admin_manual/config/Miscellaneous.rst admin_manual/cron/Usage.rst
This commit is contained in:
committed by
Morris Jobke
parent
b68a57c90f
commit
490fa7cd96
@@ -54,7 +54,7 @@ may have.
|
||||
|
||||
**Example**
|
||||
|
||||
To run a cron job on a *nix system, e.g. every 15min, under the default web server
|
||||
To run a cron job on a \*nix system, e.g. every 15min, under the default web server
|
||||
user, e.g. **www-data**, you need to set-up the following cron job to call the
|
||||
**cron.php** script. Please check the crontab man page for the exact command syntax.
|
||||
|
||||
|
||||
@@ -327,7 +327,7 @@ Example config for Apache 2.4:
|
||||
Dav Off
|
||||
|
||||
* Furthermore, you need to disable any server-configured authentication for ownCloud, as
|
||||
it's internally using Basic authentication for its *DAV services.
|
||||
it's internally using Basic authentication for its \*DAV services.
|
||||
If you have turned on authentication on a parent folder (via e.g. an "AuthType Basic"
|
||||
directive), you can turn off the authentication specifically for the ownCloud entry;
|
||||
to do so, in above "<Directory ..." code, add the following line directly after the
|
||||
|
||||
Reference in New Issue
Block a user