diff --git a/nginx.conf b/nginx.conf index e80f6f6..9f3f5f0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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; }