mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-31 03:26:35 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			116 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			116 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
|  | :1337 { | ||
|  | 	reverse_proxy /articles/* http://127.0.0.1:8001
 | ||
|  | 	reverse_proxy /en/* http://127.0.0.1:8000
 | ||
|  | 	redir / /en/
 | ||
|  | }
 |