debmaker/ressources/grocy/rootfs/usr/share/doc/grocy/apache2-grocy.conf

12 lines
253 B
Plaintext

<VirtualHost *:80>
ServerName grocy.net.lgy.fr
DocumentRoot /usr/share/grocy/public/
<directory /usr/share/grocy/public/>
Options -Indexes -MultiViews +FollowSymLinks
AllowOverride all
Require all granted
</directory>
</VirtualHost>