chore: enable http2 for nginx

pull/37/head
LRVT 2025-08-12 22:58:57 +02:00 zatwierdzone przez GitHub
rodzic c5e804c739
commit e0dff95ddb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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