We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b2ec4 commit 5f4fcf3Copy full SHA for 5f4fcf3
1 file changed
etc/nginx/conf/nginx.conf.j2
@@ -97,7 +97,7 @@ http {
97
{{ location.body }}
98
}
99
{% else %}
100
- if ($request_uri ~ ^/(.*\.(css|js)|forms/.*|img/.*|pages/.*|mxclientsystem/images/.*)\?[0-9]+$) {
+ if ($request_uri ~ ^/((.*\.(css|js)|forms/.*|img/.*|pages/.*|mxclientsystem/images/.*)\?[0-9]+|dist/chunks/.*\.js|.*\.(woff2?|ttf|otf|eot))$) {
101
expires 1y;
102
103
{% if location.path == "/" %}
0 commit comments