Skip to content

Commit

Permalink
Use alias instead of root for error images
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Sep 23, 2024
1 parent 681b7f6 commit 2016091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/nginxplus/files/conf/http/templates/cdh-errors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ error_page 403 /cdh-forbidden.html;

location = /CDH_logo.svg {
ssi on;
root /var/local/www/default;
alias /var/local/www/default/CDH_logo.svg;
}

location = /pul_logo_new.svg {
ssi on;
root /var/local/www/default;
alias /var/local/www/default/pul_logo_new.svg;
}

0 comments on commit 2016091

Please sign in to comment.