Fixing unnecessary slash in nginx configs for phpmyadmin and roundcube

This commit is contained in:
dpeca 2020-06-23 18:01:38 +02:00
commit b6cadcd992
60 changed files with 60 additions and 60 deletions

View file

@ -1,5 +1,5 @@
location /webmail {
alias /var/lib/roundcube/;
alias /var/lib/roundcube;
location ~ /(config|temp|logs) {
return 404;