From d7897fff016f6904540d6bb4614ac51518b82b7f Mon Sep 17 00:00:00 2001 From: tteck Date: Fri, 3 Sep 2021 16:11:42 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad15954d..24dea56a 100644 --- a/README.md +++ b/README.md @@ -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.