Quantcast
Channel: iRedMail — iRedMail Support
Viewing all articles
Browse latest Browse all 12095

alias in /usr/local/etc/nginx/conf.d/default.conf

$
0
0

======== Required information ====
- iRedMail version: 0.9
- Store mail accounts in which backend (LDAP//PGSQL): MySQL
- Linux/BSD distribution name and version: FreeBSD 9.3
- Related log if you're reporting an issue:
====
Hi! I need to use additional iredmail as www server. I phpMiAdmin installed and recorded in /usr/local/etc/nginx/conf.d/default.conf
 
# phpMyAdmin
        location ~ /phpMyAdmin(.*)\.php$ {
        include fastcgi_params;
        fastcgi_pass php_workers;
        fastcgi_index index.php;
        fastcgi_param SCRIPT_FILENAME /usr/local/www/phpMyAdmin$1.php;
   }

   location ~ /phpMyAdmin(.*) {
        alias /usr/local/www/phpMyAdmin$1;
        index index.php;

result  404 Not Found nginx. It is also planned to place websites, with Apache had no problems. Help me please!


Viewing all articles
Browse latest Browse all 12095

Trending Articles