You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Create and automatically renew website SSL certificates using the free [Let's En
26
26
27
27
This rating is returned for both domains and sub domains.
28
28
29
-

29
+

30
30
31
31
## Table of contents <!-- omit in toc -->
32
32
@@ -272,8 +272,11 @@ docker-compose -f docker-compose.dry-run.yml up
272
272
Some configurations are provided by the image. Those files are located in the `nginx_conf.d/secure.d` folder.
273
273
274
274
-`header.conf`
275
-
This file contains header properties to handle and trying to prevent hacker attacks.
276
-
More about headers [https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/)
275
+
This file contains header properties to fine tune the browser security and availability behaviour. Test the settings on [Security Headers](https://securityheaders.com/).
276
+
277
+
More about headers on site [https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/), or use the links provided inside `header.conf` file.
278
+
279
+
> :fire: It's highly likely that these properties needs to be changed depending on your, or the hosted sites needs.
277
280
278
281
-`location.conf`
279
282
This file is not used by default by the image but is available for [reverse proxy location blocks](http://nginx.org/en/docs/http/ngx_http_upstream_module.html).
0 commit comments