echo-nginx-module
echo-nginx-module copied to clipboard
Returns an empty page
Delays but returns an empty page, 0 bytes
nginx-mainline 1.25.2
location /mpd {
echo_sleep 5;
expires -1;
add_header Cache-Control no-store;
add_header Access-Control-Allow-Origin *;
autoindex on;
}