File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -76,31 +76,7 @@ And add secure Token(s) to `api.tokens`. See [API TOKENs](#api-tokens).
7676> In this documentation, we use ` sec-signal-api:8880 ` as the host for simplicity.
7777> Replace it with your actual container/host IP, port, or hostname.
7878
79- ### Reverse Proxy
80-
81- #### Traefik
82-
83- Take a look at the [ traefik] ( https://github.com/traefik/traefik ) implementation:
84-
85- ``` yaml
86- { { file.examples/reverse-proxy/traefik/traefik.docker-compose.yaml } }
87- ```
88-
89- #### NGINX Proxy
90-
91- This is the [ NGINX] ( https://github.com/nginx/nginx ) ` docker-compose.yaml ` file:
92-
93- ``` yaml
94- { { file.examples/reverse-proxy/nginx/nginx.docker-compose.yaml } }
95- ```
96-
97- Create a ` nginx.conf ` file in the ` docker-compose.yaml ` folder and mount it to ` etc/nginx/conf.d/default.conf ` :
98-
99- ``` conf
100- { { file.examples/reverse-proxy/nginx/nginx.conf } }
101- ```
102-
103- Lastly add your ` cert.key ` and ` cert.crt ` into your ` certs/ ` folder and mount it to ` /etc/nginx/ssl ` .
79+ {{ file.docs/reverse-proxy/reverse-proxy.template.md }}
10480
10581## Setup
10682
You can’t perform that action at this time.
0 commit comments