forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			32 lines
		
	
	
	
		
			597 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
	
		
			597 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
hosted.mapcomplete.org {
 | 
						|
	root * public/
 | 
						|
	file_server
 | 
						|
	header {
 | 
						|
		+Permissions-Policy "interest-cohort=()"
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
countrycoder.mapcomplete.org {
 | 
						|
	root * tiles/
 | 
						|
	file_server
 | 
						|
	header {
 | 
						|
		+Permissions-Policy "interest-cohort=()"
 | 
						|
		+Access-Control-Allow-Origin https://hosted.mapcomplete.org https://dev.mapcomplete.org https://mapcomplete.org
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
report.mapcomplete.org {
 | 
						|
	reverse_proxy http://127.0.0.1:2348
 | 
						|
}
 | 
						|
 | 
						|
studio.mapcomplete.org {
 | 
						|
	reverse_proxy http://127.0.0.1:1235
 | 
						|
}
 | 
						|
 | 
						|
lod.mapcomplete.org {
 | 
						|
	reverse_proxy http://127.0.0.1:2346
 | 
						|
}
 | 
						|
 | 
						|
ipinfo.mapcomplete.org {
 | 
						|
    reverse_proxy 127.0.0.1:2347
 | 
						|
}
 |