mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-23 05:15:34 +08:00
adjust wording
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
e28ef49663
commit
81e0490e63
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ server {
|
||||||
# http2 on; # uncomment to enable HTTP/2 - supported on nginx v1.25.1+
|
# 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+
|
# http3 on; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+
|
||||||
# quic_retry on; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+
|
# quic_retry on; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+
|
||||||
# add_header Alt-Svc 'h3=":443"; ma=86400'; # uncomment to enable HTTP3 / QUIC - supported on nginx v1.25.0+
|
# add_header Alt-Svc 'h3=":443"; ma=86400'; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+
|
||||||
# listen 443 quic reuseport; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+ - please remove "reuseport" if there is already another quic listner on port 443 with enabled reuseport
|
# listen 443 quic reuseport; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+ - please remove "reuseport" if there is already another quic listner on port 443 with enabled reuseport
|
||||||
# listen [::]:443 quic reuseport; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+ - please remove "reuseport" if there is already another quic listner on port 443 with enabled reuseport - keep comment to disable IPv6
|
# listen [::]:443 quic reuseport; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+ - please remove "reuseport" if there is already another quic listner on port 443 with enabled reuseport - keep comment to disable IPv6
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue