Skip to content

Commit b74c686

Browse files
committed
- Added phpMyAdmin alias to ISPConfig nginx vhost.
1 parent ec77608 commit b74c686

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/tpl/nginx_ispconfig.vhost.master

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ server {
4545
root /usr/share/;
4646
}
4747
}
48+
location /phpMyAdmin {
49+
rewrite ^/* /phpmyadmin last;
50+
}
4851
}

0 commit comments

Comments
 (0)