This commit is contained in:
Alex
2023-11-10 17:23:54 +00:00
parent 8eaabf9544
commit 70a98b6973
39 changed files with 561 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Alias /inventaire /var/www/html/inventory
# Donne des droits daccès à tout le monde
# une ligne en plus
<Directory /var/www/html/inventory/>
Order Allow,Deny
Allow from All
</Directory>