mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
A number of fixes to regular expressions in the nginx config example: * escaping forward slash by prefixing a backslash (not essential, but seems good practise anyway) * fix the second expression in fastcgi_split_path_info to allow for uris ending in .php (which do satisfy the location definition but would result in a 404 with the current specification of fastcgi_split_path_info * adding /nextcloud to all regex location definitions in the subdirectory example