Skip to content

Commit c1e3db1

Browse files
authored
enable brotli
1 parent b4e1510 commit c1e3db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lets-encrypt/activate-tls.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ server {
121121
listen 443 ssl;
122122
listen [::]:443 ssl;
123123
http2 on;
124+
brotli on;
124125
125126
## Your website name goes here.
126127
server_name $TLSDOMAIN;

0 commit comments

Comments
 (0)