mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-15 19:17:49 +02:00
Added correct resolving for source IP addresses in case of HTTP proxies
This commit is contained in:
@ -2,6 +2,9 @@ server {
|
||||
listen 8080;
|
||||
listen [::]:8080;
|
||||
|
||||
{WEB_REAL_IP_FROM}
|
||||
{WEB_REAL_IP_HEADER}
|
||||
|
||||
server_name zabbix;
|
||||
index {HTTP_INDEX_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;
|
||||
|
||||
|
Reference in New Issue
Block a user