fix real ip for virtual hosts

reverseproxy2
Pyjacpp 2026-08-07 21:31:12 +02:00
parent 3851b8c340
commit b12108cc51
No known key found for this signature in database
GPG Key ID: ED479A5A26930939
1 changed files with 4 additions and 0 deletions

View File

@ -6,5 +6,9 @@
recommendedOptimisation = true;
clientMaxBodySize = "512M";
appendHttpConfig = ''
set_real_ip_from 172.16.0.0/16;
set_real_ip_from fd00::/56;
'';
};
}