From ded19d6105f8d4a1bc9bc661d320047272fe78b3 Mon Sep 17 00:00:00 2001 From: Code Is Art <18518167+DavidTheProgrammer@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:38:17 +0200 Subject: [PATCH] Fix grammar under HSTS Header in ssl.md Fixing grammar in HSTS header section in ssl.md --- docs/configuration/ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/ssl.md b/docs/configuration/ssl.md index 7581acea8..b0c63dfbb 100644 --- a/docs/configuration/ssl.md +++ b/docs/configuration/ssl.md @@ -128,7 +128,7 @@ dokku certs:report node-js-app --ssl-enabled ## HSTS Header -The [HSTS header](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security) is an HTTP header that can inform browsers that all requests to a given site should be made via HTTPS. Dokku does enables this header by default for HTTPS requests. +The [HSTS header](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security) is an HTTP header that can inform browsers that all requests to a given site should be made via HTTPS. Dokku enables this header by default for HTTPS requests. See the [NGINX HSTS documentation](/docs/networking/proxies/nginx.md#hsts-header) for more information on how the HSTS configuration can be managed for your application.