Author Topic: Nginx not ready yet for production  (Read 8035 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Nginx not ready yet for production
« on: May 04, 2015, 02:45:59 PM »
I have setup CWP
and enabled nginx but roundcube stopped working
going to /roundcube leads to 404 page not found

also apache status (index.php?module=httpd_fullstatus)
leads to page not found 404

when disabling things are back to normal

Offline
*****
Re: Nginx not ready yet for production
« Reply #1 on: May 05, 2015, 10:23:43 AM »
Hello.
This is "bug" and will be fix soon.
For fix you should add to /usr/local/apache/conf.d/domain-redirects.conf
Alias /roundcube /usr/local/apache/htdocs/roundcube
or
you can use
http://your_ip/webmail instead http://your_ip/roundcube
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
***
Re: Nginx not ready yet for production
« Reply #2 on: May 05, 2015, 07:19:19 PM »
Best would be an alias for domains, not IP.

It's very ugly for customers to see an IP, and it's very ugly to hosting discuss to a client why domain and ip are the same resource.

The same way softaculous is working under domain, Roundcube should do it by default.
8==D it's a function that try to compare 8 (int) against D (string) which returns True or False depending on the asker.