From c457b44a73f16afc33825ba17e0792a5ccd71467 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 14 Feb 2015 08:09:46 -0800 Subject: [PATCH] Add iTouch icon rule --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) 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; }