https://github.com/nextcloud/documentation/blob/0ab53b5b01fbc77dd4e1c6a375f083215d21af48/admin_manual/installation/nginx-root.conf.sample#L117 Shouldn't this regex be: `^(.+?\.php)(/.*|)$` instead? (If the uri has no trailing slash, fastcgi_split_path_info would fail) cc: @jivanpal (https://github.com/nextcloud/documentation/pull/2197)
documentation/admin_manual/installation/nginx-root.conf.sample
Line 117 in 0ab53b5
Shouldn't this regex be:
^(.+?\.php)(/.*|)$instead? (If the uri has no trailing slash, fastcgi_split_path_info would fail)cc: @jivanpal (#2197)