From dc56b80a4dbf2c2a91b138ec41bd26614ad4f2a8 Mon Sep 17 00:00:00 2001 From: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:39:35 +0100 Subject: [PATCH] Update nginx-subdir.conf.sample Signed-off-by: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com> --- admin_manual/installation/nginx-subdir.conf.sample | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/admin_manual/installation/nginx-subdir.conf.sample b/admin_manual/installation/nginx-subdir.conf.sample index 4ac313df5..0ce5efb42 100644 --- a/admin_manual/installation/nginx-subdir.conf.sample +++ b/admin_manual/installation/nginx-subdir.conf.sample @@ -24,10 +24,12 @@ server { } server { - listen 443 ssl; - http2 on; - listen [::]:443 ssl; - http2 on; + listen 443 ssl http2; + listen [::]:443 ssl http2; + # With NGinx >= 1.25.1 you should use this instead: + # listen 443 ssl; + # listen [::]:443 ssl; + # http2 on; server_name cloud.example.com; # Path to the root of the domain