From fe098e6e6bc60f75e7ebcc95356af6df72b0de1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 3 Jun 2023 14:28:00 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index fe2a394..a9fb919 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; }