Updated Running changedetection.io behind a reverse proxy (markdown)

master
dgtlmoon 2023-04-16 18:51:08 +02:00
rodzic 8f2c57bd62
commit 25f070fc0a
1 zmienionych plików z 8 dodań i 0 usunięć

@ -66,7 +66,15 @@ _Note_: You may like to comment out the `ports:` section of the base `docker-com
ports:
- 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