-
**What happened**:
When setting :
```yaml
proxy-real-ip-cidr: 10.20.30.40
enable-real-ip: true
```
and testing from 10.20.30.40 with:
```sh
curl -kv https://hello-world.example.org--he…
-
**Checklist**
- Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image?
- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you se…
jicho updated
2 weeks ago
-
After setting up rmfakecloud (`v0.0.18`) on a webserver and rmfakecloud-proxy (`v0.0.5`) on a remarkable 2 (`ver. 3.15.4.2`), pairing worked and I **can** connect to a nextcloud integration on the rem…
-
First of all, thanks @guerzon for the awesome work you've done with this chart, It's simply amazing!
Meanwhile I'm testing the patch of the chart, I wanted to drop here the issue with a kind of wo…
-
### Current Behavior
"www.example.com/dashboard/mypage" works but "www.example.com/dashboard/mypage/" does not work.
When nginx is used as a reverse proxy, it adds a trailing "/" , I imagine that…
-
#### What's the problem this feature will solve?
http-server now has the capability to configure proxy functions; however, this feature is quite basic and can only forward all unhandled HTTP requests…
-
Dynamic forward proxy now resolve only one ip address from dns. It's limit case for usage.
Can possible use `STRICT_DNS` resolve policy in dynamic forward proxy now or plan support feature?
-
The proxy functionality in vscode and the remote extension don't seem to accommodate the case where the dev machine is trapped behind a local proxy and the remote host has no such proxy.
My dev PCs h…
-
Using `caddy` as reverse proxy and Cloudflare as CDN service.
Cannot read client real IP with header `X-Forwarded-For`
Part of caddy configuration:
```
{
"match": …
-
I want to rewrite the route like this and lookup DNS
http://example.com/guid/getstuff
http://guid.example.internal/guid/getstuff
So can something like this be supported - host_rewrite_regex i…