-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add service discovery to reverse proxy doc #1297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7440733 to
26485de
Compare
|
@MorrisJobke could you share a screenshot of the final version? I can't build it locally. |
Mind to troubleshot this? I guess the install instructions are just way off. Typically it consist of those steps:
@kesselb Mind to update the readme with that info? |
47f8768 to
2f1a919
Compare
MorrisJobke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and makes sense 👍
|
/backport to stable15 |
|
backport to stable15 in #1343 |
|
Ok. I hope someone from the community can share an example for nginx. |
It is already in the Nginx config: https://docs.nextcloud.com/server/stable/admin_manual/installation/nginx.html?highlight=nginx#nextcloud-in-a-subdir-of-nginx location = /.well-known/carddav {
return 301 $scheme://$host/nextcloud/remote.php/dav;
}
location = /.well-known/caldav {
return 301 $scheme://$host/nextcloud/remote.php/dav;
} |

No description provided.