Skip to content

Commit

Permalink
http2
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 2, 2024
1 parent feece1a commit 3dea5da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lets-encrypt/activate-tls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ server {
return 301 https://$TLSDOMAIN\$request_uri;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
## Your website name goes here.
server_name $TLSDOMAIN;
Expand Down

0 comments on commit 3dea5da

Please sign in to comment.