forked from GithubMirrors/cardconjurer
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			469 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			469 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
| ErrorDocument 404 /404.php
 | |
| 
 | |
| <IfModule mod_headers.c>
 | |
| 	#YEAR
 | |
|     <filesMatch "\.(png|svg|ttf)$">
 | |
| 	    Header set Cache-Control "max-age=31536000, public"
 | |
| 	</filesMatch>
 | |
| 	#MONTH
 | |
| 	<filesMatch "\.(css|html)$">
 | |
| 	    Header set Cache-Control "max-age=2678400, public"
 | |
| 	</filesMatch>
 | |
| 	#WEEK
 | |
| 	<filesMatch "\.(js)$">
 | |
| 	    Header set Cache-Control "max-age=604800, public"
 | |
| 	</filesMatch>
 | |
| 	<files creator.js>
 | |
| 	    Header set Cache-Control "max-age=0, public"
 | |
| 	</files>
 | |
| </IfModule> | 
