Prepare a decompressed Nginx
Go to the conf folder and edit the nginx.conf file
find
location / {
root html;
index index.html index.htm;
}
location / {
root /; #/ indicates the root directory of the drive letter where nginx resides. You can change the directory based on the actual path of the downloaded file
autoindex on;
}
Start the ngxin
Browser access to download the file
For more technical information: Gzitcast