Skip to content

Commit f6abb71

Browse files
committed
Minor typo fixes
Signed-off-by: Tommy <[email protected]>
1 parent 866e40c commit f6abb71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/posts/linux/Slightly Improving Mailcow Security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ smtpd_tls_mandatory_ciphers = high
3030

3131
These security configurations can be added/modified in `data/conf/nginx/includes/site-defaults.conf`.
3232

33-
## SSL Ciphers
33+
### SSL Ciphers
3434

3535
Consider only supporting ciphers matching that of TLSv1.3:
3636

3737
```
3838
ssl_ciphers "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256";
3939
```
4040

41-
## HSTS
41+
### HSTS
4242

43-
Consider adding `includeSubDomains;`to the HSTS configuration if all of your services are using HTTPS:
43+
Consider adding `includeSubDomains;` and `preload;` to the HSTS configuration if all of your services are using HTTPS:
4444

4545
```
4646
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload";

0 commit comments

Comments
 (0)