mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			647 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			647 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <VirtualHost *:80>
 | |
| 
 | |
|         ServerAdmin webmaster@localhost
 | |
|         DocumentRoot /var/www/firefly-iii/public
 | |
| 
 | |
|         # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
 | |
|         # error, crit, alert, emerg.
 | |
|         # It is also possible to configure the loglevel for particular
 | |
|         # modules, e.g.
 | |
|         #LogLevel info ssl:warn
 | |
| 
 | |
|         ErrorLog ${APACHE_LOG_DIR}/error.log
 | |
|         CustomLog ${APACHE_LOG_DIR}/access.log combined
 | |
| 
 | |
|     <Directory /var/www/firefly-iii/public>
 | |
|         Options -Indexes +FollowSymLinks
 | |
|         AllowOverride All
 | |
|         Order allow,deny
 | |
|         allow from all
 | |
|     </Directory>
 | |
| </VirtualHost>
 |