mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
RHEL/CentOS7 Problems - Fix path in phpmyadmin.inc and fix static resources (css, js, imgs) not loading in RoundCube
This commit is contained in:
parent
37fa99b757
commit
25f4e0e158
2 changed files with 4 additions and 1 deletions
|
@ -13,6 +13,6 @@ location /phpmyadmin {
|
|||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
}
|
||||
location ~* ^/phpmyadmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ {
|
||||
root /usr/share/;
|
||||
alias /usr/share/phpMyAdmin/$1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,4 +12,7 @@ location /webmail {
|
|||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
}
|
||||
location ~* ^/webmail/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ {
|
||||
alias /usr/share/roundcubemail/$1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue