1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Merge branch 'testing' into enh_postgresql_migration

This commit is contained in:
Éric Gaspar 2023-06-11 09:45:12 +02:00
commit ca2c0023af

View file

@ -107,7 +107,7 @@ location ^~ __PATH__/ {
fastcgi_request_buffering off;
}
location ~ ^/(?:updater|oc[ms]-provider)(?:$|/) {
location ~ ^__PATH__/(?:updater|oc[ms]-provider)(?:$|/) {
try_files $uri/ =404;
index index.php;
}