wayback-machine-downloader icon indicating copy to clipboard operation
wayback-machine-downloader copied to clipboard

How do I need to configure it in nginx?

Open weilingwei opened this issue 3 years ago • 2 comments

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? image image

weilingwei avatar Mar 28 '22 14:03 weilingwei

i cannot use these files in nginx! image

weilingwei avatar Mar 28 '22 14:03 weilingwei

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

JulienPalard avatar Apr 18 '23 11:04 JulienPalard