mirror of
https://github.com/linuxserver/docker-librespeed.git
synced 2026-01-20 20:03:27 +08:00
Support real_ip, for proper logging
This commit is contained in:
parent
73817b69fa
commit
584eef4900
@ -7,6 +7,9 @@ server {
|
||||
|
||||
root /usr/share/webapps/librespeed;
|
||||
index index.php index.html index.htm;
|
||||
|
||||
real_ip_header X-Forwarded-For;
|
||||
set_real_ip_from 172.17.0.0/16;
|
||||
|
||||
server_name _;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user