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>
This commit is contained in:
Istvan Berenyi
2024-09-10 19:02:36 +01:00
committed by GitHub
parent 5e976df502
commit 84410d1ced

View File

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