Loading data/nginx.conf +5 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
data/nginx.conf +5 −2 Original line number Diff line number Diff line Loading @@ -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 Loading