File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,6 @@ All configurations include:
1414 - Caddy: Handles certificates automatically
1515 - Traefik: Uses Let’s Encrypt
1616
17- ## Proxy setup
18-
19- 1 . Choose the appropriate [ configuration template] ( #configuration-templates ) for your reverse proxy.
20-
21- 2 . Replace the following placeholders:
22- - ` <domain> `
23- Your Plane application's domain name.
24- - ` <plane-host-ip> `
25- The IP address where Plane is hosted.
26- - ` <plane-host-port> `
27- The port Plane listens on.
28-
29- 3 . For Traefik, also update
` [email protected] ` with your email.
30-
3117## Configuration templates
3218
3319### NGINX
@@ -165,4 +151,18 @@ providers:
165151 X-Forwarded-Proto: " https"
166152 X-Real-IP: " {{ .RemoteAddr }}"
167153` ` `
168- < /Accordion>
154+ < /Accordion>
155+
156+ # # Proxy setup
157+
158+ 1. Choose the appropriate [configuration template](# configuration-templates) for your reverse proxy.
159+
160+ 2. Replace the following placeholders:
161+ - ` < domain> `
162+ Your Plane application' s domain name.
163+ - `<plane-host-ip>`
164+ The IP address where Plane is hosted.
165+ - `<plane-host-port>`
166+ The port Plane listens on.
167+
168+ 3. For Traefik, also update `[email protected] ` with your email.
You can’t perform that action at this time.
0 commit comments