!LOCAL Enable HTTP2 for faster load times
This commit is contained in:
parent
662e325482
commit
8a5a56dc50
@ -13,8 +13,8 @@ http {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
listen 80 http2;
|
||||
listen [::]:80 http2;
|
||||
# INFO: Set this to your domain
|
||||
server_name ${NEXTCLOUD_DOMAIN};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user