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; }