Skip to content

Commit

Permalink
test http2_6
Browse files Browse the repository at this point in the history
  • Loading branch information
source-Alexander-Rudenko committed Dec 16, 2024
1 parent 5447ae5 commit 9d51ca7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ http {
}

server {
listen 443 ssl http2 default_server;
listen [::]:443 ssl default_server;
listen 443 ssl http2;
server_name vyhodnoy.online;
http2 on;
http2_chunk_size 8k;
http2_idle_timeout 3m;

# SSL сертификаты
ssl_certificate /etc/ssl/certs/fullchain.pem;
ssl_certificate_key /etc/ssl/private/privkey.pem;
Expand Down

0 comments on commit 9d51ca7

Please sign in to comment.