mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #303] about nginx proxy_pass #158
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 @newdee on GitHub (Nov 30, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/303
hi, thanks for this dufs tools,
I use nginx proxy_pass, and send to the dufs server, nginx config like this:
but when I access the domain/file, it can not show the static files correctly, such as the __dufs_v0.34.2_index.js not in domain/file/__dufs_v0.34.2_index.js but domain/__dufs_v0.34.2_index.js
so ,how should I proxy_pass it in nginx when we access domain not on / path?
@sigoden commented on GitHub (Nov 30, 2023):
try
dufs --path-prefix /file@newdee commented on GitHub (Nov 30, 2023):
its ok, thank you ~