jaganathsamal

Results 1 comments of jaganathsamal

For me, the below config works (header access control allowed, otherwise only html code is displayed) ``` location /ytdl { return 301 /ytdl/; } location ^~ /ytdl/ { add_header Access-Control-Allow-Origin...