From 058b2b51eafc9a35870fdc497d1b3fe68189bbd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Wed, 4 Jul 2018 13:48:07 +0200 Subject: [PATCH] Incompatible / Webserver-typo --- admin_manual/installation/system_requirements.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 5198728d1..2acf4f620 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -5,7 +5,8 @@ System requirements Server ------ -For best performance, stability and functionality we have documented some recommendations for running a Nextcloud server. Running Nextcloud with PHP on Windows or macOS is unsupported and will not work as . +For best performance, stability and functionality we have documented some recommendations for running a Nextcloud server. +The Nextcloud server is not compatible with Windows and macOS. .. note:: If you plan a setup for your organization and you rely on professional deployment consulting (e.g. efficient and reliable scaling) and support, we strongly recommend you to check out our `enterprise support @@ -26,7 +27,7 @@ For best performance, stability and functionality we have documented some recomm | | - PostgreSQL 9/10 | | | - SQLite (*only recommended for testing and minimal-instances*) | +------------------+-----------------------------------------------------------------------+ -| Web server | - **Apache 2.4 with ``mod_php``, ``php-fpm``** (recommended) | +| Webserver | - **Apache 2.4 with ``mod_php``, ``php-fpm``** (recommended) | | | - nginx with ``php-fpm`` | +------------------+-----------------------------------------------------------------------+ | PHP Runtime | - 5.6 |