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; }