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
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
Hey Matt,
Somehow your email ended up in my trash! I just responded.
Justin
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 :=)