Update README.md

This commit is contained in:
tteck 2021-09-03 16:10:51 -04:00 committed by GitHub
parent cd9d6d2c1d
commit 1bbea86fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -120,7 +120,13 @@ To create a new Proxmox Nginx Proxy Manager LXC Container, run the following fro
```
changeme
```
Add to your `configuration.yaml`
```
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.86.103 #(Nginx Proxy Manager LXC IP)
```
Thanks to [ej52](https://github.com/ej52/proxmox-scripts/blob/main/lxc/nginx-proxy-manager/README.md) for his hard work.