const app = fastify({
trustProxy: true,
});
location / {
proxy_pass http://cryptotako/;
proxy_set_header X-Forwarded-for $remote_addr;
}
const app = fastify({
trustProxy: true,
});
location / {
proxy_pass http://cryptotako/;
proxy_set_header X-Forwarded-for $remote_addr;
}
For further actions, you may consider blocking this person and/or reporting abuse
MD Ehsanul Haque Rizvy -
Diana Miskaryan -
NeoTechy -
Saurabh Rai -
Top comments (0)