Topic: alias in /usr/local/etc/nginx/conf.d/default.conf
======== 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!
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.