diff --git a/roles/archmanweb/templates/nginx.d.conf.j2 b/roles/archmanweb/templates/nginx.d.conf.j2
index 6bd13fc4a47522faf3910372e440fb8a81467eda..a85d2f576b3cd3af84e3c05be6168fb308e25cee 100644
--- a/roles/archmanweb/templates/nginx.d.conf.j2
+++ b/roles/archmanweb/templates/nginx.d.conf.j2
@@ -38,7 +38,7 @@ server {
     limit_req zone=archmanweb_limit burst=10 delay=8;
 
     location = /favicon.ico {
-        alias {{ archmanweb_dir }}/repo/collected_static/favicon.ico;
+        alias {{ archmanweb_dir }}/repo/collected_static/archlinux-common/favicon.ico;
     }
 
     # Client-cache for Django's static assets