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
Paul Osadchuk -
vc7 -
Eittipat.K -
Mangabo Kolawole -
Top comments (0)