From 84410d1ced04ac84b3ec1694968cc007e7b8dca3 Mon Sep 17 00:00:00 2001 From: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:02:36 +0100 Subject: [PATCH] Update nginx-subdir.conf.sample Updated Nginx subdir conf file with new formatting of http2 Signed-off-by: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com> --- admin_manual/installation/nginx-subdir.conf.sample | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/nginx-subdir.conf.sample b/admin_manual/installation/nginx-subdir.conf.sample index da9b56d48..4ac313df5 100644 --- a/admin_manual/installation/nginx-subdir.conf.sample +++ b/admin_manual/installation/nginx-subdir.conf.sample @@ -24,8 +24,10 @@ server { } server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + http2 on; + listen [::]:443 ssl; + http2 on; server_name cloud.example.com; # Path to the root of the domain