Fixing unnecessary slash in nginx configs for phpmyadmin and roundcube

This commit is contained in:
dpeca 2020-06-23 18:18:30 +02:00
commit c862bd9aff
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
location /phppgadmin {
alias /usr/share/phppgadmin/;
alias /usr/share/phppgadmin;
location ~ ^/phppgadmin/(.*\.php)$ {
alias /usr/share/phppgadmin/$1;