Commit 490bd20e authored by Owain Jones's avatar Owain Jones
Browse files

removed favicon banning sections from nginx confs

parent 875d9974
......@@ -71,12 +71,6 @@ server {
return 301 /;
}
location /favicon.ico {
return 404;
access_log off;
error_log off;
}
error_page 413 /413.html;
error_page 502 /502.html;
error_page 504 /504.html;
......
......@@ -74,12 +74,6 @@ server {
return 301 /;
}
location /favicon.ico {
return 404;
access_log off;
error_log off;
}
error_page 413 /413.html;
error_page 502 /502.html;
error_page 504 /504.html;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment