From a7431a501401140bbbe67231b2cbde5232ac993e Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Fri, 26 Sep 2014 01:13:10 -0400 Subject: [PATCH] fixed favicon link in nginx --- .docker/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.docker/nginx.conf b/.docker/nginx.conf index e9fc8c9..05778b7 100644 --- a/.docker/nginx.conf +++ b/.docker/nginx.conf @@ -69,7 +69,7 @@ http { ssl_certificate_key /etc/certs/2013-dnsimple/snipt.net.key; location ~* /favicon.ico { - root /app/snipt/static/images/; + root /app/snipt/static/img/; expires max; } @@ -94,7 +94,7 @@ http { error_log /logs/nginx.log; location ~* /favicon.ico { - root /app/snipt/static/images/; + root /app/snipt/static/img/; expires max; }