mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Summary: Add phabricator example Reviewers: davidopp Reviewed By: davidopp Subscribers: #kubernetes Projects: #kubernetes Differential Revision: http://107.178.210.6/D5
		
			
				
	
	
		
			13 lines
		
	
	
		
			372 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			372 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<Directory /home/www-data/phabricator/webroot>
 | 
						|
  Require all granted
 | 
						|
</Directory>
 | 
						|
 | 
						|
<VirtualHost *>
 | 
						|
  DocumentRoot /home/www-data/phabricator/webroot
 | 
						|
 | 
						|
  RewriteEngine on
 | 
						|
  RewriteRule ^/rsrc/(.*)     -                       [L,QSA]
 | 
						|
  RewriteRule ^/favicon.ico   -                       [L,QSA]
 | 
						|
  RewriteRule ^(.*)$          /index.php?__path__=$1  [B,L,QSA]
 | 
						|
</VirtualHost>
 |