mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-28 17:50:41 +08:00
Update reverse-proxy.md
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
d7bb4d65df
commit
06eed79939
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ server {
|
|||
listen [::]:443 ssl http2; # for nginx versions below v1.25.1 - comment to disable IPv6
|
||||
|
||||
# listen 443 ssl; # for nginx v1.25.1+
|
||||
# listen [::]:443 ssl; # for nginx v1.25.1+ - comment to disable IPv6
|
||||
# listen [::]:443 ssl; # for nginx v1.25.1+ - keep comment to disable IPv6
|
||||
|
||||
# http2 on; # uncomment to enable HTTP/2 - supported on nginx v1.25.1+
|
||||
# http3 on; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+
|
||||
|
|
Loading…
Reference in a new issue