From 7af4409740a37a6f37895300ab50ce01b9fd121b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=BCller?= <28591861+alexanderdd@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:44:53 -0500 Subject: [PATCH] remove warning that nginx is not officially supported MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://docs.nextcloud.com/server/stable/admin_manual/installation/system_requirements.html lists nginx as official recommendation, so this warning needs to be removed Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com> --- admin_manual/installation/nginx.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin_manual/installation/nginx.rst b/admin_manual/installation/nginx.rst index 4d8580be7da..49eecbd4f56 100644 --- a/admin_manual/installation/nginx.rst +++ b/admin_manual/installation/nginx.rst @@ -4,9 +4,6 @@ NGINX configuration =================== -.. warning:: - Please note that web servers other than Apache 2.x are not officially supported. - .. note:: This page covers example NGINX configurations to run a Nextcloud server. These configurations examples were originally provided by `@josh4trunks `_