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
Top comments (0)