13 lines
		
	
	
	
		
			263 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			263 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
|  | { | ||
|  |   services.caddy.virtualHosts."zet.oliverdavies.uk" = { | ||
|  |     useACMEHost = "oliverdavies.uk"; | ||
|  | 
 | ||
|  |     extraConfig = ''
 | ||
|  |       encode gzip | ||
|  |       root * /var/www/vhosts/zet.oliverdavies.uk | ||
|  |       file_server | ||
|  |       header X-Robots-Tag "noindex, nofollow" | ||
|  |     '';
 | ||
|  |   }; | ||
|  | } |