mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update nginx.conf
This commit is contained in:
parent
09a8c9ff36
commit
fe098e6e6b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue