[PR #776] [CLOSED] Support for Nginx X-Accel-Redirect #1050

Closed
opened 2026-03-02 16:02:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/prasathmani/tinyfilemanager/pull/776
Author: @adamchabin
Created: 4/26/2022
Status: Closed

Base: masterHead: support_for_X-Accel-Redirect


📝 Commits (3)

  • 8c4a906 Sample Nginx config for X-Accel-Redirect
  • a04dbcc Update README.md
  • a77a4cc sample docker-compose.yml

📊 Changes

5 files changed (+150 additions, -10 deletions)

View changed files

📝 README.md (+1 -0)
📝 config-sample.php (+6 -0)
examples/nginx/docker-compose.yml (+12 -0)
examples/nginx/nginx.conf (+105 -0)
📝 tinyfilemanager.php (+26 -10)

📄 Description

Support for Nginx X-Accel-Redirect ( https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/ )


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/prasathmani/tinyfilemanager/pull/776 **Author:** [@adamchabin](https://github.com/adamchabin) **Created:** 4/26/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `support_for_X-Accel-Redirect` --- ### 📝 Commits (3) - [`8c4a906`](https://github.com/prasathmani/tinyfilemanager/commit/8c4a906c327035b1ebabf7aefe8e2bb31c248497) Sample Nginx config for X-Accel-Redirect - [`a04dbcc`](https://github.com/prasathmani/tinyfilemanager/commit/a04dbccaa247fa9e7f24ed4ecc885e8a2cb1a588) Update README.md - [`a77a4cc`](https://github.com/prasathmani/tinyfilemanager/commit/a77a4cc1fc7ce0c66576318e309f7c60f8fb10d3) sample docker-compose.yml ### 📊 Changes **5 files changed** (+150 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `config-sample.php` (+6 -0) ➕ `examples/nginx/docker-compose.yml` (+12 -0) ➕ `examples/nginx/nginx.conf` (+105 -0) 📝 `tinyfilemanager.php` (+26 -10) </details> ### 📄 Description Support for Nginx X-Accel-Redirect ( https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/ ) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:02:56 +03:00
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/tinyfilemanager#1050
No description provided.