Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAsel committed Jan 22, 2024
1 parent b3c5b68 commit 2559d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ http {
add_header X-Content-Type-Options "nosniff";
}

location ~* .(?:css|js|webmanifest)$ {
location ~* .(?:css|js|webmanifest|xml)$ {
charset utf-8;
charset_types *;
add_header Cache-Control "max-age=31536000, public, immutable";
Expand Down

0 comments on commit 2559d9a

Please sign in to comment.