Disable Index for public img when in use with apache2
This commit is contained in:
parent
8f4134ebb8
commit
ade75ef623
1 changed files with 5 additions and 1 deletions
|
@ -10,4 +10,8 @@
|
||||||
mod_gzip_item_include mime ^application/x-javascript.*
|
mod_gzip_item_include mime ^application/x-javascript.*
|
||||||
mod_gzip_item_exclude mime ^image/.*
|
mod_gzip_item_exclude mime ^image/.*
|
||||||
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
|
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
|
||||||
</ifModule>
|
</ifModule>
|
||||||
|
|
||||||
|
<IfModule mod_autoindex.c>
|
||||||
|
Options -Indexes
|
||||||
|
</IfModule>
|
Loading…
Reference in a new issue