Commit f9252dae authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove favicon intercept from Nginx config

parent 10b35d81
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -49,11 +49,6 @@ server {
		access_log off;
	}

	# Don't return 200 for a missing favicon
	location = /favicon.ico {
		try_files favicon.ico =404;
	}

	# Don't delegate to index.php for /.well-known/
	# If a plugin wants to handle /.well-known/ URIs please submit an issue to
	# https://code.kodo.org.uk/singing-chimes.co.uk/wordpress/