From 031949a28a49701558316464d6c695f6585e2b3b Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:55:02 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 047383d..1c8770d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -52,12 +52,6 @@ location ^~ __PATH__/ { access_log off; } - location ~* \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ { - try_files $uri __INSTALL_DIR__/public/index.php$request_uri; - # Optional: Don't log access to other assets - access_log off; - } - # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }