Add iTouch icon rule

This commit is contained in:
Christine Dodrill 2015-02-14 08:09:46 -08:00
parent a16e7e489d
commit c457b44a73
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ http {
alias static/favicon.ico;
}
location /apple-touch-icon.png {
alias static/img/avatar.png;
}
location /humans.txt {
alias static/humans.txt;
}