[GH-ISSUE #4226] autoindex nginx #2733

Open
opened 2026-02-26 07:36:37 +03:00 by kerem · 1 comment
Owner

Originally created by @evolevol on GitHub (Dec 13, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4226

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

Originally created by @evolevol on GitHub (Dec 13, 2024). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4226 **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](https://github.com/user-attachments/assets/027c4fdb-cc07-4b8f-87a8-1f4cf982eaab) ![000_2024-12-13-150439_3520x1200_scrot](https://github.com/user-attachments/assets/11389da6-3c9f-4f48-b353-ac9583f8a9a1) 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**
Author
Owner

@github-actions[bot] commented on GitHub (Jun 24, 2025):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:2998545077 --> @github-actions[bot] commented on GitHub (Jun 24, 2025): Issue is now considered stale. If you want to keep it open, please comment :+1:
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#2733
No description provided.