firefly-iii-app/apache-firefly.conf

15 lines
279 B
Plaintext

<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /app/code
ErrorLog "|/bin/cat"
CustomLog "|/bin/cat" combined
<Directory /app/code>
Options -Indexes +FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>