Authored by Your Name

Add nginx path

... ... @@ -192,6 +192,11 @@ server {
proxy_set_header Connection "";
proxy_set_header Host $host;
}
location /6894964747.txt {
root /Data/local/openresty-1.9.15.1/nginx/html;
}
}
... ...