updated nginx state

This commit is contained in:
Paul 2023-12-04 22:34:43 +01:00
parent 43909659d5
commit d7027458aa
2 changed files with 1542 additions and 91 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,6 +27,9 @@ http {
include ssl_params;
charset utf-8;
types_hash_bucket_size 256;
types_hash_max_size 2048;
real_ip_header proxy_protocol;
set_real_ip_from 127.0.0.1;
set_real_ip_from ::1;