Skip to content

autoindex nginx #4226

Open
Open
@evolevol

Description

@evolevol

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions