1
0
mirror of https://github.com/quay/quay.git synced 2025-04-16 23:03:13 +03:00

Revert "util: parse forwarded headers for ip (PROJQUAY-8444)" (#3568)

Revert "util: parse forwarded headers for ip (PROJQUAY-8444) (#3566)"

This reverts commit 40e2eaa4daf60caa6a6f9d194ed242453d3fb2ae.
This commit is contained in:
Syed Ahmed 2025-01-15 19:14:46 -05:00 committed by GitHub
parent 40e2eaa4da
commit 3b739cf4d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,6 @@ http {
add_header Strict-Transport-Security "max-age=63072000; preload";
real_ip_header X-Forwarded-For;
real_ip_recursive on;
access_log /var/log/nginx/access.log lb_logs;
@ -68,7 +67,7 @@ http {
{% if use_ipv6 %}
listen [::]:7443 ssl http2 default proxy_protocol;
{% endif %}
ssl on;
# This header must be set only for HTTPS