hoellen / dockerfiles

Dockerfiles
https://hub.docker.com/u/hoellen
Creative Commons Zero v1.0 Universal
37 stars 17 forks source link

add ocm-provider in nginx #26

Closed sbaerlocher closed 5 years ago

sbaerlocher commented 5 years ago

The latest version of Nextcloud requires an additional entry in Nginx vhost. This is displayed under "Security & setup warnings".

warning:

Your web server is not properly set up to resolve "/ocm-provider/". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in ".htaccess" for Apache or the provided one in the documentation for Nginx at it's documentation page. On Nginx those are typically the lines starting with "location ~" that need an update.

I have now adjusted this after the documentation. https://docs.nextcloud.com/server/15/admin_manual/installation/nginx.html?highlight=ocm%20provider

hoellen commented 5 years ago

thanks!