Skip to content
Snippets Groups Projects
Commit b74c686a authored by Falko Timme's avatar Falko Timme
Browse files

- Added phpMyAdmin alias to ISPConfig nginx vhost.

parent ec77608f
No related branches found
No related tags found
No related merge requests found
......@@ -45,4 +45,7 @@ server {
root /usr/share/;
}
}
location /phpMyAdmin {
rewrite ^/* /phpmyadmin last;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment