Merge pull request #204 from CodeShakingSheep/fix-inline-png
Fix rendering inline images
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user