Skip to content

Commit 0ab26c5

Browse files
authored
Update README.template.md
1 parent 5b13eb3 commit 0ab26c5

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/templates/README.template.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)