• Thank you for making this plugin. It was easy to take into use and it just works.

    I am using Varnish cache and I needed to put this change to default.vcl configuration file (two locations):

    if (req.url ~ “wp-(login|admin)” || req.url ~ “preview=true” || req.url ~ “new_loging_page” ) {
    return (pass);
    }

    Otherwise the installation was no-brainer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ella

    (@ellatrix)

    Caching the login page is okay, it won’t break, but it is not really wanted…

    Thread Starter osinkosijoittaja

    (@osinkosijoittaja)

    You are correct, login page does not break if cached.

    So readers can take this just as a reminder to add new login page to Varnish .vcl if they want to keep not-caching the login page.

    But anyway, good work with this pluging. I like the simplicity and that it works really nice in multisite environment.

    Glad you mention multisite environment. That was my “next” question. ??

    Glad you mentioned multisite. That was my next question. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I like this! Simple and does what it says!’ is closed to new replies.