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

Fix probe pings

parent ad56315c
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -45,9 +45,12 @@ server {
	}

	location = /.probe {
		include fastcgi_params;
		add_header X-Clacks-Overhead "GNU Terry Pratchett";
		fastcgi_pass upstream:9000;
		fastcgi_param SCRIPT_NAME /.probe;
		fastcgi_param SCRIPT_FILENAME /.probe;
		fastcgi_param REQUEST_METHOD GET;
		add_header X-Clacks-Overhead "GNU Terry Pratchett";
		access_log off;
	}

	# Don't return 200 for a missing favicon