echo-nginx-module icon indicating copy to clipboard operation
echo-nginx-module copied to clipboard

Returns an empty page

Open EntityinArray opened this issue 2 years ago • 0 comments

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;
}

EntityinArray avatar Sep 06 '23 09:09 EntityinArray