ThomasBereczky
New Pleskian
Hey There!
I've meet an issue the permalinks are not working in wordpress if I use Nginx, I was able to solve it by editing the last_nginx.conf but it will be removed when the server reconfigure itself.
I've add this line to the location: try_files $uri $uri/ /index.php?$args;
It's working but I don't want Plesk to reconfigure itself anymore.
Also I've got two subdomains that I edited the last_nginx.conf to link to another server (ip
ort) as a reverse proxy server. If it's regenerate the last_nginx.conf all settings will be lost. (These servers are JAVA servers and I need to directly connect to ip
ort that is the reason why I used)
Can you give me some advice?
I've meet an issue the permalinks are not working in wordpress if I use Nginx, I was able to solve it by editing the last_nginx.conf but it will be removed when the server reconfigure itself.
I've add this line to the location: try_files $uri $uri/ /index.php?$args;
It's working but I don't want Plesk to reconfigure itself anymore.
Also I've got two subdomains that I edited the last_nginx.conf to link to another server (ip
Can you give me some advice?