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 b81d4ce commit 974bcfbCopy full SHA for 974bcfb
base/src/main/resources/application.properties
@@ -30,7 +30,7 @@ quarkus.http.filter.others.matches=/.*
30
quarkus.http.filter.others.methods=GET
31
quarkus.http.filter.others.order=0
32
33
-quarkus.http.filter.static.headeonr.Cache-Control=max-age=31536000
+quarkus.http.filter.static.header.Cache-Control=max-age=31536000
34
quarkus.http.filter.static.matches=/static/.+
35
quarkus.http.filter.static.methods=GET
36
quarkus.http.filter.static.order=1
0 commit comments