Added correct resolving for source IP addresses in case of HTTP proxies

This commit is contained in:
Alexey Pustovalov
2025-07-04 17:54:57 +03:00
parent d6f0ef5997
commit 20d11ee6d6
67 changed files with 475 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ server {
listen 8080;
listen [::]:8080;
{WEB_REAL_IP_FROM}
{WEB_REAL_IP_HEADER}
server_name zabbix;
index {HTTP_INDEX_FILE};

View File

@@ -2,6 +2,9 @@ server {
listen 8443 ssl http2;
listen [::]:8443 ssl http2;
{WEB_REAL_IP_FROM}
{WEB_REAL_IP_HEADER}
server_name zabbix;
server_name_in_redirect off;