ignoring retry files
correction oubli fichiers sources
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
*.retry
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
test
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
<VirtualHost *:80>
|
||||||
|
ServerName orsys.fr
|
||||||
|
ServerAlias www.orsys.fr
|
||||||
|
ServerAlias 100.0.0.100
|
||||||
|
DocumentRoot /var/www/html/orsys.fr/
|
||||||
|
CustomLog /var/log/httpd/orsys.fr_access.log combined
|
||||||
|
ErrorLog /var/log/httpd/orsys.fr_error.log
|
||||||
|
<Directory />
|
||||||
|
Options none
|
||||||
|
Allowoverride none
|
||||||
|
Require all denied
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
<Directory /var/www/html/orsys.fr>
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
|
</VirtualHost>
|
||||||
Reference in New Issue
Block a user