mirror of
				https://github.com/v2fly/v2ray-examples.git
				synced 2025-11-04 03:45:39 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			178 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			178 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
https://example.domain {
 | 
						|
 root /usr/local/caddy/www/aria2
 | 
						|
 timeouts none
 | 
						|
 tls kiri_so@outlook.com
 | 
						|
 gzip
 | 
						|
 proxy /test localhost:1234 {
 | 
						|
  websocket
 | 
						|
  header_upstream -Origin
 | 
						|
  }
 | 
						|
}
 |