system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
| Direktori : /usr/local/cwpsrv/conf/ |
| Current File : //usr/local/cwpsrv/conf/cwp_rewrite.conf |
# Rewrites
location ~ /(myadmin|Myadmin|MyAdmin|phpmyadmin|phpMyAdmin) {
rewrite (.*) /pma permanent;
}
location ~ /(webmail|WebMail|Webmail|Roundcube|RoundCube) {
rewrite (.*) /roundcube permanent;
}
location ~ /(pgadmin|PgAdmin|Pgadmin|phppgadmin|phpPgadmin) {
rewrite (.*) /phpPgAdmin permanent;
}