diff --git a/utils/note.nginx b/utils/note.nginx
index eb7d8def601827f9e9b9ece96a5c30761196f5a5..06df2e72e52ab7dd7e99141f435abb68b9601fd6 100644
--- a/utils/note.nginx
+++ b/utils/note.nginx
@@ -40,4 +40,8 @@ server {
     location /note/media {
         alias /home/note/note-kfet-2015-django/media;
     }
+
+    location = /favicon.ico {
+        alias /home/note/note-kfet-2015-django/static/img/favicon.ico;
+    }
 }