|
The url path to Jenkins seems to be missing while referencing to directory16.png. The server tries to retrieve it from the apache webroot.
apache access_log : "GET /plugin/disk-usage/icons/directory16.png HTTP/1.1" 404 apache error_log :[error] [client x.x.x.x] File does not exist: /var/www/html/plugin, referer: https://host.name/jenkins/job/[.....]
Correct Get would be /jenkinsPROXYpath/plugin/disk-usage/icons/directory16.png
|