[GH-ISSUE #395] Need to upload through nginx reverse proxy, how to? #290

Closed
opened 2026-03-02 15:57:33 +03:00 by kerem · 1 comment
Owner

Originally created by @jayray-git on GitHub (Jul 6, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/395

Need to upload through nginx reverse proxy, how to?
location ^~ /storage/ {
client_max_body_size 2G;
proxy_pass http://upstreamserver/storage/;
proxy_read_timeout 1d;
}
Gives error "server response with 0 code"

Originally created by @jayray-git on GitHub (Jul 6, 2020). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/395 Need to upload through nginx reverse proxy, how to? location ^~ /storage/ { client_max_body_size 2G; proxy_pass http://upstreamserver/storage/; proxy_read_timeout 1d; } Gives error "server response with 0 code"
kerem closed this issue 2026-03-02 15:57:33 +03:00
Author
Owner

@prasathmani commented on GitHub (Sep 24, 2020):

not sure, check with some server related forum site

<!-- gh-comment-id:698623630 --> @prasathmani commented on GitHub (Sep 24, 2020): not sure, check with some server related forum site
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#290
No description provided.