mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
minor typos
This commit is contained in:
parent
0e7a066ba4
commit
f3250d40ce
@ -34,7 +34,7 @@ The Nextcloud .tar archive contains all of the required PHP modules. This sectio
|
||||
lists all required and optional PHP modules. Consult the `PHP manual
|
||||
<http://php.net/manual/en/extensions.php>`_ for more information on modules.
|
||||
Your Linux distribution should have packages for all required modules. You can
|
||||
check the precense of a module by typing ``php -m | grep -i <module_name>``.
|
||||
check the presence of a module by typing ``php -m | grep -i <module_name>``.
|
||||
If you get a result, the module is present.
|
||||
|
||||
Required:
|
||||
@ -247,7 +247,7 @@ Additional Apache Configurations
|
||||
authentication on a parent folder (via e.g. an ``AuthType Basic``
|
||||
directive), you can turn off the authentication specifically for the Nextcloud
|
||||
entry. Following the above example configuration file, add the following line
|
||||
in the ``<Directory`` section::
|
||||
in the ``<Directory>`` section::
|
||||
|
||||
Satisfy Any
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user