11 lines
253 B
Text
11 lines
253 B
Text
<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>
|