| 
									
										
										
										
											2022-05-03 18:17:23 +00:00
										 |  |  | # Example configuration file for running Caddy2 in front of Epicyon | 
					
						
							| 
									
										
										
										
											2019-11-12 21:50:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-03 18:17:23 +00:00
										 |  |  | YOUR_DOMAIN { | 
					
						
							|  |  |  |   tls USER@YOUR_DOMAIN | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   header { | 
					
						
							|  |  |  |     Strict-Transport-Security "max-age=31556925" | 
					
						
							|  |  |  |     Content-Security-Policy "default-src https:; script-src https: 'unsafe-inline'; style-src https: 'unsafe-inline'" | 
					
						
							|  |  |  |     X-Content-Type-Options "nosniff" | 
					
						
							|  |  |  |     X-Download-Options "noopen" | 
					
						
							|  |  |  |     X-Frame-Options "DENY" | 
					
						
							|  |  |  |     X-Permitted-Cross-Domain-Policies "none" | 
					
						
							|  |  |  |     X-XSS-Protection "1; mode=block" | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   route /newsmirror/* { | 
					
						
							|  |  |  |     root * /var/www/YOUR_DOMAIN | 
					
						
							|  |  |  |     file_server | 
					
						
							| 
									
										
										
										
											2019-11-12 21:50:15 +00:00
										 |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-03 18:17:23 +00:00
										 |  |  |   route /* { | 
					
						
							|  |  |  |     reverse_proxy http://127.0.0.1:7156 | 
					
						
							| 
									
										
										
										
											2019-11-12 21:50:15 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2022-05-03 18:17:23 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   encode zstd gzip | 
					
						
							| 
									
										
										
										
											2019-11-12 21:50:15 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-03 18:17:23 +00:00
										 |  |  | # eof |