mirror of https://github.com/flarum/flarum
prevents reading composer related json file
parent
7fc74eb36c
commit
adada6456f
|
@ -7,6 +7,7 @@
|
||||||
# Uncomment the following lines if you are not using a `public` directory
|
# Uncomment the following lines if you are not using a `public` directory
|
||||||
# to prevent sensitive resources from being exposed.
|
# to prevent sensitive resources from being exposed.
|
||||||
# RewriteRule /\.git / [F,L]
|
# RewriteRule /\.git / [F,L]
|
||||||
|
# RewriteRule ^auth\.json$ / [F,L]
|
||||||
# RewriteRule ^composer\.(lock|json)$ / [F,L]
|
# RewriteRule ^composer\.(lock|json)$ / [F,L]
|
||||||
# RewriteRule ^config.php$ / [F,L]
|
# RewriteRule ^config.php$ / [F,L]
|
||||||
# RewriteRule ^flarum$ / [F,L]
|
# RewriteRule ^flarum$ / [F,L]
|
||||||
|
|
Loading…
Reference in New Issue