Commit 5da02083 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove an old bit of config long past it's expiry

parent 482f1661
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -80,10 +80,6 @@ server {
		include cache-bust.conf;
	}

	# wp-admin uses lots of directly accessed PHP scripts, unfortunately
	location = /admin/ {
		rewrite ^ /wp-admin/ permanent;
	}
	location /wp-admin/ {
		try_files $uri $uri/index.php;