magento2-docker/setup/performance-toolkit/.htaccess

9 lines
126 B
ApacheConf
Executable File

<IfVersion < 2.4>
order allow,deny
deny from all
</IfVersion>
<IfVersion >= 2.4>
Require all denied
</IfVersion>