wayback-machine-downloader
wayback-machine-downloader copied to clipboard
How do I need to configure it in nginx?
How do I need to configure it in nginx?
In the file I downloaded via wayback-machine-downloader, the path containing "?" The uri is replaced with "_", how do I configure nginx to recognize the file?

i cannot use these files in nginx!

I'm doing it with:
try_files $uri $request_uri $uri/index.html =404;
location ~ \.php {
types { } default_type "text/html; charset=utf-8";
try_files $uri $request_uri $uri/index.html =404;
}
root /var/www/;