mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #2093] How to forward a location to another location? #1507
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#1507
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 @denppa on GitHub (Jun 4, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2093
iOS uses a different link for webDAV then what the Nextcloud system uses, therefore requiring this bit of code if one is to configure nginx manually:
Therefore I want to know hot should I set these rules manually in the npm UI. Thank you!
@denppa commented on GitHub (Jun 5, 2022):
This is what you need to put down, just redirect to the same Forward destination as the details page.
@billvanleeuwen424 commented on GitHub (Jan 8, 2023):
Just wanted to say thanks for posting this here! Saved me a big headache on my personal server.
got here from the nextcloud forms where a helpful user posted his journey.
https://help.nextcloud.com/t/cannot-connect-ios-carddav-caldav-to-nextcloud/140046/3
@Chyllie commented on GitHub (Mar 10, 2024):
Hey I made a mistake and used the line "return 301 $scheme://$host/remote.php/dav;" in Advanced tab in Nginx docker. Now the site forwards directly to the remote.php/dav. Can I set this back to the original config, what do I need to write in Advanced tab? Deleting and making a new Forwarding does not help.