!LOCAL Enable HTTP2 for faster load times

This commit is contained in:
2025-05-01 14:14:30 -04:00
parent 662e325482
commit 8a5a56dc50

View File

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