Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove hard redirect to ocm-provider
  • Loading branch information
ArtificialOwl authored and backportbot-nextcloud[bot] committed Nov 12, 2023
commit a343c6b1ebdff02543a72210472cdcd78593d1fa
2 changes: 1 addition & 1 deletion admin_manual/installation/example_openbsd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Create a virtualhost in ``/etc/httpd.conf`` and add the following content to it:
block return 301 "https://$SERVER_NAME/nextcloud/public.php?service=webfinger"
}

location match "/nextcloud/oc[ms]%-provider/*" {
location match "/nextcloud/ocs-provider/*" {
directory index index.php
pass
}
Expand Down