Skip to content

Commit db26155

Browse files
committed
Update paths
1 parent 62a6630 commit db26155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ docker pull macbre/nginx-brotli:1.17.9
1212
1313
# SSL Grade A+ handling
1414

15-
Please refer to [Mozilla's SSL Configuration Generator](https://ssl-config.mozilla.org/). This image has `https://ssl-config.mozilla.org/ffdhe2048.txt` fetched and stored in `/etc/ssl/ffdhe4096.pem`:
15+
Please refer to [Mozilla's SSL Configuration Generator](https://ssl-config.mozilla.org/). This image has `https://ssl-config.mozilla.org/ffdhe2048.txt` fetched and stored in `/etc/ssl/dhparam.pem`:
1616

1717
```
18-
ssl_dhparam /etc/ssl/ffdhe4096.pem;
18+
ssl_dhparam /etc/ssl/dhparam.pem;
1919
```

0 commit comments

Comments
 (0)