mirror of
				https://github.com/v2fly/v2ray-examples.git
				synced 2025-11-04 11:55:38 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			159 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			159 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
xx.com {
 | 
						|
    root * /var/www
 | 
						|
    file_server
 | 
						|
    
 | 
						|
    reverse_proxy /path 127.0.0.1:2001 {
 | 
						|
        transport http {
 | 
						|
            versions h2c
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |