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
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Bruh Buh -
Bruh Buh -
Gilles Hamelink -
Brian Keary -
Top comments (0)