Fix favicon serving at root

This commit is contained in:
datalets 2017-10-23 09:57:16 +02:00
parent 3402cb1584
commit 3d2c41211f
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ server {
alias {{ release_dir }}/static/CACHE/;
}
# Serve favorites icon from the root
location /favicon.ico {
access_log off; expires max;
alias {{ release_dir }}/static/images/favicon.ico;