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
Erasmus Kotoka -
Favour Onyeneke -
Cesar Bhering -
Adams Adebayo -
Top comments (0)