fix #10: use real IPs instead of docker ones
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64) (push) Successful in 20s
Container Publish / build-image (arm64) (push) Successful in 19s
Container Publish / update docker manifest (push) Successful in 10s

This commit is contained in:
2025-07-31 16:38:06 +02:00
parent dfdea84bf7
commit 671bfc5a99

View File

@@ -85,6 +85,10 @@ http {
'' close;
}
# use real IPs instead of docker ones
set_real_ip_from 172.18.0.0/16;
real_ip_header X-Forwarded-For;
real_ip_recursive on;
# Specifies the main log format.
log_format main '$remote_addr - $remote_user [$time_local] "$request" '