Skip to content

Commit 87384a9

Browse files
authored
Frontend - Caching syntax fix (#893)
1 parent d37b238 commit 87384a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

frontend/httpd.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,6 @@ SSLProxyEngine On
231231

232232
# Cache rules
233233

234-
# Add cache for web node files
235-
; <FilesMatch "\.(js|wasm)$">
236-
; Header set Cache-Control "public, max-age=31536000, immutable"
237-
; </FilesMatch>
238-
239234
# REMOVE CACHE
240235
<IfModule mod_expires.c>
241236
ExpiresActive On

0 commit comments

Comments
 (0)