mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 02:17:47 +00:00 
			
		
		
		
	* tune .editorconfig for the existing files * fix reported linting issues * travis: switch language to node_js to be able to run npm * travis: build on ubuntu bionic
		
			
				
	
	
		
			9 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <VirtualHost *:80>
 | |
| 	DocumentRoot /var/www/
 | |
| 
 | |
| 	LogFormat "%{X-Forwarded-For}i %{%a %b %d %T %Y}t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
 | |
| 	ErrorLog "|/bin/cat"
 | |
| 	CustomLog "|/bin/cat" proxy
 | |
| 
 | |
| </VirtualHost>
 |