Add iTouch icon rule
This commit is contained in:
parent
a16e7e489d
commit
c457b44a73
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue