[SOLUTION POSTED // unconfirmed] Installation problem

User avatar
wiz
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: Installation problem

Post by wiz »

Now https://wonder.bitstyl.ru/loginURL seems to work, but it's not perfect yet.

Code: Select all

location / {
	if (!-e $request_filename) {
		rewrite ^/(.+)$ https://wonder.bitstyl.ru/index.php?page=$1 last;
	}
}
I don't have a live NGINX server, so I can't test the above. It might take some trial and error.
DesCod
Posts: 6
Joined: Wed Oct 18, 2017 11:54 pm

Re: Installation problem

Post by DesCod »

To my great regret, WonderCMS did not want to work on the NGINX server, I even tried to put it in the root directory www. I can not install Apace just for this - the rest of my sites work on NGINX.
User avatar
wiz
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: Installation problem

Post by wiz »

Hi DesCod, for WonderCMS to work on NGINX, please see the following link: https://github.com/robiso/wondercms/wik ... ver-config - editing of your nginx.conf will be required, along with a server restart.
Post Reply