fixed favicon link in nginx

master
Evan Hazlett 2014-09-26 01:13:10 -04:00
parent bfb7385be6
commit a7431a5014
No known key found for this signature in database
GPG Key ID: A519480096146526
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;
}