chore: enable http2 for nginx

This commit is contained in:
LRVT 2025-08-12 22:58:57 +02:00 committed by GitHub
parent c5e804c739
commit e0dff95ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
server { server {
listen 80; listen 80 http2;
server_name nginx.example.com; server_name nginx.example.com;
root /var/www/; root /var/www/;
index index.html index.php; index index.html index.php;