Skip to content

Commit

Permalink
refactor: move http2 keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Mar 3, 2025
1 parent ff388f5 commit 2c9fbf8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/nginx/ssl/ssl.sample.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copy this file to ssl.conf, add certificate and private key to enable ssl

listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 443 ssl;
listen [::]:443 ssl;
http2 on;

ssl_certificate /ssl/cert.cer;
ssl_certificate_key /ssl/key.key;
Expand Down

0 comments on commit 2c9fbf8

Please sign in to comment.