1. The problem I’m having:
I am trying to pass through the IP from the client to the reverse proxied item. For example, if my public IP address is 100.100.100.1, I want the reverse proxy item to see it as that, instead of the IP address of the machine running caddy (Service is on separate VM)
```
2. Error messages and/or full log output:
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.
3. Caddy version:
```
v2.11.2 h1:iOlpsSiSKqEW+SIXrcZsZ/NO74SzB/ycqqvAIEfIm64=
```
4. How I installed and ran Caddy:
I installed on the host with the default linux install. Adding keyring, and installing via apt.
```
a. System environment:
Running debian, installed on bare metal with apt
```
b. Command:
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.
c. Service/unit/compose file:
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.
d. My complete Caddy config:
```
{
servers {
trusted_proxies static 0.0.0.0/0
}
}
jellyfin.mydomain.com {
reverse_proxy 10.0.1.150:8096
}
```
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.