Fixing incorrect load of image, css and js when using HTTPS

This commit is contained in:
core01 2016-08-24 21:21:21 +03:00
commit fdd35376f1
13 changed files with 40 additions and 0 deletions

View file

@ -12,4 +12,8 @@ location /phpmyadmin {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
location ~* ^/phpmyadmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ {
root /usr/share/;
}
}