aboutsummaryrefslogtreecommitdiff
path: root/tw/services/nextcloud.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-08-27 16:31:28 +0200
committerTimo Wilken2024-08-27 16:31:28 +0200
commit41feaa23d3662eea0960f6ebad8dfae00564a5bb (patch)
tree2d1ede80fa2428331274c75b031af7575156bd1c /tw/services/nextcloud.scm
parent60900e534e3360db515f0fe5f347b291d60ce3e3 (diff)
Add arm64 filter to Nextcloud nginx config
https://github.com/nextcloud/documentation/commit/312b12737ce52be5c9baacaaa8ff32b20cf415cb
Diffstat (limited to 'tw/services/nextcloud.scm')
-rw-r--r--tw/services/nextcloud.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/services/nextcloud.scm b/tw/services/nextcloud.scm
index e9a99b5e..f71dc863 100644
--- a/tw/services/nextcloud.scm
+++ b/tw/services/nextcloud.scm
@@ -261,7 +261,7 @@ opcache.revalidate_freq=120
(body
(let ((phpver (version-major (package-version php))))
`(("rewrite ^/(?!index|remote|public|cron|core\\/ajax\\/update|status|ocs\\/v[12]|" ; Legacy support
- "updater\\/.+|ocs-provider\\/.+|.+\\/richdocumentscode\\/proxy) /index.php$request_uri;")
+ "updater\\/.+|ocs-provider\\/.+|.+\\/richdocumentscode(_arm64)?\\/proxy) /index.php$request_uri;")
"fastcgi_request_buffering off;"
"fastcgi_split_path_info ^(.+?\\.php)(/.*)$;"
"try_files $fastcgi_script_name =404;"