Merge pull request #204 from CodeShakingSheep/fix-inline-png

Fix rendering inline images
This commit is contained in:
Sebastian Gumprich
2023-12-25 17:21:00 +01:00
committed by GitHub
-6
View File
@@ -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;
}