[nextcloud-web] nginx: Add missing .+
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nextcloud-web] nginx: Add missing .+
- Date: Thu, 29 Oct 2020 21:13:25 +0000 (UTC)
commit 4203ac9452e540ba1fdbd931ccebb8a6a819a011
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Thu Oct 29 22:13:08 2020 +0100
nginx: Add missing .+
nginx/nginx.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 64e21d4..b2c096f 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -102,7 +102,7 @@ http {
deny all;
}
- location ~
^/(?:index|remote|public|cron|core/ajax/update|status|ocs/v[12]|updater/.+|ocs-provider/.+)\.php(?:$|/) {
+ location ~
^/(?:index|remote|public|cron|core/ajax/update|status|ocs/v[12]|updater/.+|ocs-provider/.+|.+/richdocumentscode/proxy)\.php(?:$|/)
{
fastcgi_split_path_info ^(.+\.php)(/.*)$;
try_files $fastcgi_script_name =404;
include fastcgi_params;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]