Question
Prevent Nginx from logging random IPs
I installed Nginx on Ubuntu and I only have 2 html files.
When I check Nginx logs there are tons of random IP addresses sending GET and POST requests. I get IPs with no information just “batman” and random websites. How do I filter Nginx logs to only show me requests that access the html files I host on Nginx?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Is this a new droplet?
Sounds like this has a previously used (and popular) up address
Chance your nginx site conf to just listen to your domain and turn login off for the default server.