kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Updated Running changedetection.io behind a reverse proxy (markdown)
rodzic
8f2c57bd62
commit
25f070fc0a
|
@ -66,7 +66,15 @@ _Note_: You may like to comment out the `ports:` section of the base `docker-com
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
```
|
```
|
||||||
|
## Apache Reverse Proxy
|
||||||
|
|
||||||
|
```
|
||||||
|
<Location /changeio>
|
||||||
|
RequestHeader set X-Forwarded-Prefix "/changeio"
|
||||||
|
ProxyPass "http://location:5000/"
|
||||||
|
ProxyPassReverse "http://location:5000/"
|
||||||
|
</Location>
|
||||||
|
```
|
||||||
|
|
||||||
## Caddy Reverse Proxy
|
## Caddy Reverse Proxy
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue