From f3f6fd2f0ac14d70bcb1ef17dc5f9958afe8a297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 2 Jun 2023 08:52:21 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 25f7f1e..7c9eca8 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -110,7 +110,6 @@ location ^~ __PATH__/ { location ~ ^/(?:updater|oc[ms]-provider)(?:$|/) { try_files $uri/ =404; index index.php; - } location ~ \.(?:css|js|svg|gif|png|jpg|ico|wasm|tflite|map)$ {