ownCloud app trailing slash problem

This is a strange problem that I have with my ownCloud instance. If I enter the URL “example.com/owncloud/”, then the page loads properly; but if I leave off the trailing slash and enter “example.com/owncloud”, then I get an Nginx “404 not found” error. It seems benign, but it has caused problems when people leave off the slash and cannot connect their desktop or mobile apps. Any ideas how to fix this?

You should take a look at your owncloud’s nginx configuration file ( something in like /etc/nginx/conf.d/domain.ca/owncloud.conf )

Try to remove the trailing / on the first line and reload Nginx :blush:

Thanks, that solved the problem. Is this a small bug in the installation script, or something I did wrong?

Yes it definitely is :smile: