Control Web Panel

WebPanel => Installation => Topic started by: giorgosk on May 04, 2015, 02:45:59 PM

Title: Nginx not ready yet for production
Post by: giorgosk 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
Title: Re: Nginx not ready yet for production
Post by: Igor S. 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
Title: Re: Nginx not ready yet for production
Post by: erm3nda 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.