Skip to content

Commit c22f2bd

Browse files
admin-manual: clarification about proxy protocol usage
1 parent ea8cd9d commit c22f2bd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/admin-manual/configuring.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Default: 22
1717

1818
### :arrow_right: `SHELLHUB_PROXY`
1919

20-
Set this variable to `true` if you are running a reverse proxy or a load balancer
21-
in front of ShellHub.
20+
Set this variable to `true` if you are running a Layer 4 load balancer with proxy protocol in front of ShellHub.
2221

2322
!!! danger ""
2423
This option is required when running ShellHub in production with SSL enabled.

docs/admin-manual/production-deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ services:
4747
This is commonly achieved by running Nginx with your certificates on your
4848
Docker host, service or load balancers in-front of the running container.
4949

50-
!!! info "Don't forget to set `SHELLHUB_PROXY=true` environment when putting a proxy in-front of ShellHub."
50+
!!! info "Don't forget to set [`SHELLHUB_PROXY`](/admin-manual/configuring/#shellhub_proxy) environment when putting a Layer 4 load balancer with proxy protocol in-front of ShellHub."

0 commit comments

Comments
 (0)