Page 1 of 1

CMSMS and Nginx? Anyone?

Posted: Mon Dec 03, 2012 3:56 am
by Gulaholic
Hi!

Is CMSMS can get along with Nginx?
I have tried to edit the configuration and reinstall CMSMS numerous times but with no luck.

The problem is, my CMSMS base url is https not http. So the images and links seems broken.

I have tried to implement pretty url with Nginx too but once again didn't succeed.

Big thanks friends.
Gula.

Re: CMSMS and Nginx? Anyone?

Posted: Tue Dec 04, 2012 8:34 am
by Gulaholic
Hello,

Pretty urls works fine now. I'm still having problem with base url though. It still uses https instead of http.

Anyone can help me?

Gula

Re: CMSMS and Nginx? Anyone?

Posted: Tue Dec 04, 2012 8:51 am
by Gulaholic
I forgot one thing.
My CMS version is 1.11.3, installed on Nginx 1.2.5 with PHP-FPM DotDeb Repo.

Re: CMSMS and Nginx? Anyone?

Posted: Tue Jan 29, 2013 8:36 pm
by Dr.CSS
https as the start of the URL is set in the config.php, try adding...

$config['root_url'] = 'http://yoursite.com';