Skip to content

Commit f3f86a0

Browse files
authored
Update whats-new-in-5.3.0.md
1 parent 0977985 commit f3f86a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-history/5.x-versions/whats-new-in-5.3.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ More Info: [https://commandbox.ortusbooks.com/embedded-server/configuring-your-s
176176
When using a CommandBox web server in production, you may wish to force your users to visit your site over HTTPS for security \(and for HTTP/2 to work\). However, it is desirable to still have your web server listening on HTTP so a user just typing your address in his browser can still connect to HTTP and then redirect. CommandBox can be configured to redirect all HTTP traffic over to HTTPS with the following setting.
177177

178178
```bash
179-
server set web.SSL.forceSSLRediect=true
179+
server set web.SSL.forceSSLRedirect=true
180180
```
181181

182182
If you want to go one step further, you can add a `Strict-Transport-Security` header to your site. This instructs the browser to _automatically_ use HTTPS every time the user visits your site again.

0 commit comments

Comments
 (0)