mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 03:26:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			294 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			294 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
| {
 | |
| 	servers {
 | |
| 		## docs https://caddyserver.com/docs/caddyfile/options#trusted-proxies
 | |
| 		{$CADDY_TRUSTED_PROXIES} 
 | |
| 		{$CADDY_STRICT_PROXIES}
 | |
| 	}
 | |
| 	admin off
 | |
| 	auto_https off
 | |
| 	email {$ADMIN_EMAIL}
 | |
| }
 | |
| 
 | |
| {$APP_URL} {
 | |
| 	root * /var/www/html/public
 | |
| 	encode gzip
 | |
| 
 | |
| 	file_server
 | |
| 	php_fastcgi 127.0.0.1:9000
 | |
| }
 | 
