11 lines
		
	
	
		
			292 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			292 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
| yourhostnamehere:80 JAIL-IP:80 {
 | |
|   root /usr/local/www/phpMyAdmin/
 | |
|   fastcgi / 127.0.0.1:9000 php {
 | |
|         env PATH /bin
 | |
|         env modHeadersAvailable true
 | |
|         env front_controller_active true
 | |
|         connect_timeout 60s
 | |
|         read_timeout 3600s
 | |
|         send_timeout 300s
 | |
|         }
 | |
| } |