nginx: also serve svg static files
This commit is contained in:
parent
a59dcfc890
commit
dd5c314bd5
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ server {
|
|||
# # directly serve images and static files from the
|
||||
# # bookwyrm filesystem using sendfile.
|
||||
# # make the logs quieter by not reporting these requests
|
||||
# location ~ \.(bmp|ico|jpg|jpeg|png|tif|tiff|ttf|webp|css|js)$ {
|
||||
# location ~ \.(bmp|ico|jpg|jpeg|png|svg|tif|tiff|ttf|webp|css|js)$ {
|
||||
# root /app;
|
||||
# try_files $uri =404;
|
||||
# add_header X-Cache-Status STATIC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue