mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user