Merge pull request #137 from ehazlett/favicon

fixed favicon link in nginx
master
Nick Sergeant 2014-09-26 01:15:46 -04:00
commit c5e6170351
1 changed files with 2 additions and 2 deletions

View File

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