• railsdev@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    Yeah, that’s a fair point. I’ve been surprised to see a website is Wordpress from time to time.

    As far as /wp-admin goes, I know all about that! Any web server I’ve run is constantly overrun with bots trying to hack it. A lot of times I configure nginx to simply drop connections to any URL ending in .php or GZIP bomb.

    • blkpws@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      8 months ago

      I suppose you also configure some fail2ban rules to ban those bots. Seems to be the easier way.

      • railsdev@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        I’ve looked into it a few times and it just seemed complicated to do within a Docker container but I could be wrong. I might have ChatGPT guide me on that endeavor.