mirror of https://github.com/wulabing/Xray_onekey
parent
b63794757a
commit
259f595715
|
@ -85,7 +85,6 @@ http {
|
||||||
location / {
|
location / {
|
||||||
auth_basic "";
|
auth_basic "";
|
||||||
auth_basic_user_file /etc/openresty/auth;
|
auth_basic_user_file /etc/openresty/auth;
|
||||||
autoindex on;
|
|
||||||
add_header Content-Type text/plain;
|
add_header Content-Type text/plain;
|
||||||
real_ip_header proxy_protocol;
|
real_ip_header proxy_protocol;
|
||||||
set_real_ip_from 0.0.0.0/8;
|
set_real_ip_from 0.0.0.0/8;
|
||||||
|
|
Loading…
Reference in New Issue