We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfecf20 + bc23541 commit f0b48f0Copy full SHA for f0b48f0
1 file changed
admin_manual/installation/nginx.rst
@@ -314,7 +314,7 @@ The configuration differs from the "Nextcloud in webroot" configuration above in
314
# `/nextcloud/index.php` to the URI, resulting in a HTTP 500 error response.
315
location ~ \.php(?:$|/) {
316
# Required for legacy support
317
- rewrite ^/(?!index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|updater\/.+|oc[ms]-provider\/.+|.+\/richdocumentscode\/proxy) /nextcloud/index.php$request_uri;
+ rewrite ^/nextcloud/(?!index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|updater\/.+|oc[ms]-provider\/.+|.+\/richdocumentscode\/proxy) /nextcloud/index.php$request_uri;
318
319
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
320
set $path_info $fastcgi_path_info;
0 commit comments