Update nginx-subdir.conf.sample

Signed-off-by: Istvan Berenyi <39776299+istvan-berenyi@users.noreply.github.com>
This commit is contained in:
Istvan Berenyi 2024-09-11 17:39:35 +01:00 committed by GitHub
parent 413b332b80
commit dc56b80a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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