mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 02:17:47 +00:00 
			
		
		
		
	* prepare changes to run kdav through kweb as well * add kdav configuration * add remaining kdav configuration for kweb * import remaining kweb/php-fpm config from https://stash.kopano.io/projects/PKG/repos/kopano-one-php-fpm/browse
		
			
				
	
	
		
			32 lines
		
	
	
		
			500 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			500 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| :9080 {
 | |
| 	log stdout
 | |
| 	errors stderr
 | |
| 
 | |
| 	# healthcheck
 | |
| 	status 200 /status
 | |
| 
 | |
| 	alias /webapp/ /usr/share/kopano-webapp/
 | |
| 	fastcgi2 /webapp/ /run/php/php-fpm-kopano-webapp.sock php {
 | |
| 		without /webapp/
 | |
| 		root /usr/share/kopano-webapp/
 | |
| 	}
 | |
| 
 | |
| 	status 403 {
 | |
| 		/webapp/config.php
 | |
| 		/webapp/debug.php
 | |
| 		/webapp/defaults.php
 | |
| 		/webapp/init.php
 | |
| 		/webapp/server
 | |
| 		/webapp/version
 | |
| 
 | |
| 		/webapp/plugins/forbidden
 | |
| 	}
 | |
| 
 | |
| 	rewrite /webapp/plugins/ {
 | |
| 		regexp config.php
 | |
| 		to /webapp/plugins/forbidden
 | |
| 	}
 | |
| 
 | |
| 	folderish /webapp
 | |
| }
 |