mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #840] Dockerized Nextcloud + nginx-proxy-manager: "#" in folder name triggers error viewing jpg in nextcloud webinterface #713
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#713
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @chrnaum on GitHub (Jan 24, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/840
Checklist
jc21/nginx-proxy-manager:latestdocker image? → Yes.Bug:
Setting:
3-0debian-buster)location /.well-known/carddav {return 301 $scheme://$host/remote.php/dav;}
location /.well-known/caldav {return 301 $scheme://$host/remote.php/dav;}
client_max_body_size 0;
proxy_max_temp_file_size 0;
Operating System
@chaptergy commented on GitHub (May 12, 2021):
Usually anchors (so everything after a
#in an url) is not sent to the web server and stays in the browser. Maybe Nginx discards this information if it receives a#in the requested url? But this definitely sounds line a general nginx problem, not an NPM problem. NPM is just a frontend which generates configurations for nginx, so you will most likely have more luck searching in help forums for nginx.