mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #661] In a reverse proxy environment, creating a new folder will result in an error: "invalid". #402
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cs0663c on GitHub (Jan 17, 2026).
Original GitHub issue: https://github.com/sigoden/dufs/issues/661
In a reverse proxy environment, creating a new folder will result in an error: "invalid".
or docker
@PolarBears commented on GitHub (Jan 18, 2026):
I am using Nginx for reverse proxy, and all functions are working normally, including WebDAV, with no errors found.
This is my Nginx configuration file:
@sigoden commented on GitHub (Jan 21, 2026):
Please describe in detail how to reproduce the issue you mentioned.
@cs0663c commented on GitHub (Jan 21, 2026):
@sigoden commented on GitHub (Jan 21, 2026):
The issue is related to your reverse proxy configuration. I suspect that the request never reached dufs because your proxy service intercepted it beforehand.