1823
This commit is contained in:
8
apache-config/templates/inventaire.conf.j2
Normal file
8
apache-config/templates/inventaire.conf.j2
Normal file
@ -0,0 +1,8 @@
|
||||
Alias /inventaire /var/www/html/inventory
|
||||
|
||||
# Donne des droits d’accès à tout le monde
|
||||
# une ligne en plus
|
||||
<Directory /var/www/html/inventory/>
|
||||
Order Allow,Deny
|
||||
Allow from All
|
||||
</Directory>
|
Reference in New Issue
Block a user