Update source/_integrations/http.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
J. Nick Koston 2023-05-20 18:07:16 -05:00 committed by GitHub
parent a4f1618a62
commit dbec79c892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ The [Set up encryption using Let's Encrypt](/blog/2015/12/13/setup-encryption-us
For most use cases, configure the first server with the most secure settings when using multiple servers. This is the server that will be used by default when determining the external URL. For most use cases, configure the first server with the most secure settings when using multiple servers. This is the server that will be used by default when determining the external URL.
The sample below will listen on multiple ports, which can be helpful for devices that use webhooks that do not work with SSL or use an older TLS/SSL standard. The example below shows a configuration that allows listening on multiple ports. This can be helpful for devices that use webhooks that do not work with SSL or use an older TLS/SSL standard.
- 8123 - TLS with the modern TLS/SSL profile - 8123 - TLS with the modern TLS/SSL profile
- 8124 - TLS with the intermediate TLS/SSL profile - 8124 - TLS with the intermediate TLS/SSL profile