I put up a vps with nginx and the logs show dodgy requests within minutes, how do you guys deal with these?

Edit: Thanks for the tips everyone!

  • InEnduringGrowStrong@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Yes it’s running in my reverse proxy.
    Nginx is doing my “client ssl verify” in front of my web services.
    You can even do this on a per uri/location.
    For example, my nextcloud is open without client certs so I can share files with people, but the admin settings path is protected by client ssl.