From 79403291cd4cbac7a0bb7241299bb444a9eb1a6c Mon Sep 17 00:00:00 2001 From: Penner4242 <71649966+Penner4242@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:13:25 +0200 Subject: [PATCH] Update nginx.conf.patch Update wegen Outdatet Config --- nginx/nginx.conf.patch | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/nginx/nginx.conf.patch b/nginx/nginx.conf.patch index 5fdf58d..a53969c 100644 --- a/nginx/nginx.conf.patch +++ b/nginx/nginx.conf.patch @@ -1,19 +1,18 @@ ---- a/nginx.conf 2022-03-10 00:55:28.560012495 +0100 -+++ b/nginx.conf 2022-03-10 01:13:07.179416962 +0100 -@@ -27,9 +27,15 @@ +--- a/nginx.conf ++++ b/nginx.conf +@@ -24,8 +24,14 @@ #gzip on; upstream php-handler { - server app:9000; + server 127.0.0.1:9000; } - ++ + set_real_ip_from 10.0.0.0/8; + set_real_ip_from 172.16.0.0/12; + set_real_ip_from 192.168.0.0/16; + real_ip_header X-Forwarded-For; + real_ip_recursive on; -+ + server { listen 80; -