From 5e976df502e3065d73d14a5598a19f77c0b0dfd7 Mon Sep 17 00:00:00 2001 From: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:01:27 +0100 Subject: [PATCH] Update nginx-root.conf.sample Updated Nginx root conf file with new formatting of http2 Signed-off-by: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com> --- admin_manual/installation/nginx-root.conf.sample | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/nginx-root.conf.sample b/admin_manual/installation/nginx-root.conf.sample index 550364749..ba8643db3 100644 --- a/admin_manual/installation/nginx-root.conf.sample +++ b/admin_manual/installation/nginx-root.conf.sample @@ -22,8 +22,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 your installation