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>
This commit is contained in:
Istvan Berenyi 2024-09-10 19:01:27 +01:00 committed by GitHub
parent 11630a903c
commit 5e976df502
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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