remove .json extension from nginx.conf

This commit is contained in:
Dawid Wysokiński 2021-01-08 22:41:36 +01:00
parent 1c63985e2e
commit 2c54f39d1c

View File

@ -41,7 +41,7 @@ http {
}
# Javascript and CSS files
location ~* \.(?:css|json|webmanifest|js|woff2|manifest)$ {
location ~* \.(?:css|webmanifest|js|woff2|manifest)$ {
try_files $uri =404;
expires 1y;
access_log off;