From 0738e3f199b5063a53ff1916293eb5a231715b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Tue, 24 Jul 2018 11:45:04 +0200 Subject: [PATCH] fix comment from Morris MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- admin_manual/installation/system_requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index c9c9ba477..8e61b4f03 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -27,7 +27,7 @@ The Nextcloud server is not compatible with Windows and macOS. | | - PostgreSQL 9/10 | | | - SQLite (*only recommended for testing and minimal-instances*) | +------------------+-----------------------------------------------------------------------+ -| Webserver | - **Apache 2.4 with** ``mod_php`` **and** ``php-fpm`` (recommended) | +| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) | | | - nginx with ``php-fpm`` | +------------------+-----------------------------------------------------------------------+ | PHP Runtime | - 5.6 |