1
0
mirror of https://github.com/tteck/Proxmox.git synced 2025-06-15 04:00:28 +02:00

Update README.md

This commit is contained in:
tteck
2021-09-03 16:11:42 -04:00
committed by GitHub
parent 1bbea86fdf
commit d7897fff01

View File

@ -125,7 +125,7 @@ Add to your `configuration.yaml`
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.86.103 #(Nginx Proxy Manager LXC IP)
- 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.