0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

Added support for bcmap file

This commit is contained in:
macbeth 2018-01-19 08:08:58 +09:00 committed by trkbt10
parent 92b4b87a64
commit 54c580da69
6 changed files with 6 additions and 6 deletions

View file

@ -144,7 +144,7 @@ http {
access_log off; access_log off;
} }
location ~ \.(?:png|html|ttf|ico|jpg|jpeg)$ { location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
try_files $uri /index.php$uri$is_args$args; try_files $uri /index.php$uri$is_args$args;
# Optional: Don't log access to other assets # Optional: Don't log access to other assets
access_log off; access_log off;

View file

@ -144,7 +144,7 @@ http {
access_log off; access_log off;
} }
location ~ \.(?:png|html|ttf|ico|jpg|jpeg)$ { location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
try_files $uri /index.php$uri$is_args$args; try_files $uri /index.php$uri$is_args$args;
# Optional: Don't log access to other assets # Optional: Don't log access to other assets
access_log off; access_log off;

View file

@ -144,7 +144,7 @@ http {
access_log off; access_log off;
} }
location ~ \.(?:png|html|ttf|ico|jpg|jpeg)$ { location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
try_files $uri /index.php$uri$is_args$args; try_files $uri /index.php$uri$is_args$args;
# Optional: Don't log access to other assets # Optional: Don't log access to other assets
access_log off; access_log off;

View file

@ -144,7 +144,7 @@ http {
access_log off; access_log off;
} }
location ~ \.(?:png|html|ttf|ico|jpg|jpeg)$ { location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
try_files $uri /index.php$uri$is_args$args; try_files $uri /index.php$uri$is_args$args;
# Optional: Don't log access to other assets # Optional: Don't log access to other assets
access_log off; access_log off;

View file

@ -144,7 +144,7 @@ http {
access_log off; access_log off;
} }
location ~ \.(?:png|html|ttf|ico|jpg|jpeg)$ { location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
try_files $uri /index.php$uri$is_args$args; try_files $uri /index.php$uri$is_args$args;
# Optional: Don't log access to other assets # Optional: Don't log access to other assets
access_log off; access_log off;

View file

@ -144,7 +144,7 @@ http {
access_log off; access_log off;
} }
location ~ \.(?:png|html|ttf|ico|jpg|jpeg)$ { location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
try_files $uri /index.php$uri$is_args$args; try_files $uri /index.php$uri$is_args$args;
# Optional: Don't log access to other assets # Optional: Don't log access to other assets
access_log off; access_log off;