|
@@ -115,6 +115,15 @@ TraceEnable Off
|
|
Header set X-Frame-Options: "sameorigin"
|
|
Header set X-Frame-Options: "sameorigin"
|
|
</IfModule>
|
|
</IfModule>
|
|
|
|
|
|
|
|
+#
|
|
|
|
+# Prevent at least directory listing from everywhere
|
|
|
|
+#
|
|
|
|
+<Directory />
|
|
|
|
+ Options FollowSymLinks
|
|
|
|
+ AllowOverride None
|
|
|
|
+ Require all granted
|
|
|
|
+</Directory>
|
|
|
|
+
|
|
#
|
|
#
|
|
# Various protections
|
|
# Various protections
|
|
# - stuff that should not be accessible publicly
|
|
# - stuff that should not be accessible publicly
|