mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-10-31 02:27:19 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			232 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| (site) {
 | |
|     http://{args[0]} https://{args[0]} {
 | |
|         {block}
 | |
|     }
 | |
| }
 | |
| import site test.domain {
 | |
|     { 
 | |
|         header_up Host {host}
 | |
|         header_up X-Real-IP {remote_host}
 | |
|     }
 | |
| }
 | |
| ----------
 | |
| anonymous blocks are not supported |