We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e542383 + bf5db01 commit acfbe67Copy full SHA for acfbe67
1 file changed
docker/nginx.conf
@@ -8,8 +8,6 @@ server {
8
9
# Only cache files in /console/_app/immutable/ for 1 year
10
location /console/_app/immutable/ {
11
- try_files $uri =404;
12
-
13
expires 1y;
14
add_header Pragma public;
15
add_header Cache-Control "public";
0 commit comments