Open
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image? - Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
after the last update, files are no longer available for downloading.
the nginx web server with configuration is running in the local network, files are just available for downloading.
root /mnt/smb/www/html;
index index.html index.htm index.nginx-debian.html;
server_name www_test;
location = / {
try_files $uri $uri/ =404;
fancyindex on;
fancyindex_directories_first on;
fancyindex_localtime on;
fancyindex_exact_size off;
fancyindex_name_length 255;
fancyindex_time_format "%d.%b.%Y %H:%M";
}
there are no errors in the web server
if you try to download locally http://192.168.5.41/ then everything works
Nginx Proxy Manager Version
v2.12.1
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Screenshots
Operating System
Additional context