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

    (@justinbusa)

    Thanks for posting! We haven’t done any testing on Nginx, although I do believe a few of our customers are running it without any issues. If you want to get in touch via email so I can get into your site and have a look, feel free to message me at justin [at] fastlinemedia [dot] com.

    Justin

    Thread Starter wphsmatt

    (@wphsmatt)

    I have emailed you but have not received a reply back. I’ve done a fresh install of Nginx and the front-end will not load no matter what I do. What are the requirements of this builder to work? PHP version? Works fine on LiteSpeed WS just not Nginx.

    my email is matt [at] wphostingspot [dot] com

    Plugin Author Justin Busa

    (@justinbusa)

    Hey Matt,

    Somehow your email ended up in my trash! I just responded.

    Justin

    Plugin Author Justin Busa

    (@justinbusa)

    Solved via email. For anyone else that runs into this, here’s the fix…

    In the vHost config, you have to make a change from:

    try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php;

    TO –

    try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php?$query_string;

    with the ( ?$query_string; ) at the end solved the issue :=)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Does this work on Nginx?’ is closed to new replies.