Merge pull request #3535 from GPCsolutions/3.7-debian
FIX Syntax error in Debian Apache configuration
This commit is contained in:
commit
30ccd28d01
@ -15,7 +15,7 @@ Alias /dolibarr /usr/share/dolibarr/htdocs
|
|||||||
# Require all granted
|
# Require all granted
|
||||||
# </IfVersion>
|
# </IfVersion>
|
||||||
# <IfVersion < 2.3>
|
# <IfVersion < 2.3>
|
||||||
# Order allow, deny
|
# Order allow,deny
|
||||||
# Allow from all
|
# Allow from all
|
||||||
# </IfVersion>
|
# </IfVersion>
|
||||||
#
|
#
|
||||||
@ -27,7 +27,7 @@ Alias /dolibarr /usr/share/dolibarr/htdocs
|
|||||||
Require all granted
|
Require all granted
|
||||||
</IfVersion>
|
</IfVersion>
|
||||||
<IfVersion < 2.3>
|
<IfVersion < 2.3>
|
||||||
Order allow, deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
</IfVersion>
|
</IfVersion>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user