Skip to content

Commit

Permalink
chore(docs): fix typo "loader balancer" -> "load balancer" (apache#26285
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sfirke committed Mar 22, 2024
1 parent b1fe082 commit d612d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/security/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ These generally improve security, but administrators should be aware of their ex
In particular, the option of `force_https = True` (`False` by default) may break Superset's Alerts & Reports
if workers are configured to access charts via a `WEBDRIVER_BASEURL` beginning
with `http://`. As long as a Superset deployment enforces https upstream, e.g.,
through a loader balancer or application gateway, it should be acceptable to keep this
through a load balancer or application gateway, it should be acceptable to keep this
option disabled. Otherwise, you may want to enable `force_https` like this:

```python
Expand Down

0 comments on commit d612d67

Please sign in to comment.