nginx-configs/common/mikuinv.conf

11 lines
389 B
Plaintext

add_header Onion-Location http://mi.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
#add_header X-I2P-Location http://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p/socks/$user/$site$request_uri;
ssi on;
location / {
proxy_pass http://mikuinv/;
proxy_set_header Host mi.vern.cc;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}