[nextcloud-web] nginx: Add CODE to entry points



commit 957301b7ac288c3200494f8bc6584418c074d2a8
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Oct 29 22:04:41 2020 +0100

    nginx: Add CODE to entry points

 nginx/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 64e21d4..9b644cd 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 ~ 
^\/nextcloud\/(?:index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|updater\/.+|oc[ms]-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]