Hello,
Thank you for the awesome free control panel. I tried running a Wordpress on sub directory let’s say /wordpress on the server with nginx as web server (no Apache), but unfortunately the posts are showing 404 error. I tried adding the following into custom nginx file i.e nginx.conf_customwp in the ~/conf/web/domain.com/ directory :
location /wordpress {
try_files $uri $uri/ /wordpress/index.php?$args;
}
Please advise and let me know how to fix the problem.