Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoindex nginx #4226

Open
evolevol opened this issue Dec 13, 2024 · 0 comments
Open

autoindex nginx #4226

evolevol opened this issue Dec 13, 2024 · 0 comments
Labels

Comments

@evolevol
Copy link

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";
    }

00_2024-12-13-150430_3520x1200_scrot

000_2024-12-13-150439_3520x1200_scrot

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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
Screenshots
Operating System
Additional context

@evolevol evolevol added the bug label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant