From 267e71ee39874d3ce066e58e074369283285a3a9 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 5 Sep 2018 00:10:19 +0259 Subject: add missing newline --- modules/apache/templates/no_hidden_file_dir.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apache/templates/no_hidden_file_dir.conf b/modules/apache/templates/no_hidden_file_dir.conf index 18da03cd..dce78912 100644 --- a/modules/apache/templates/no_hidden_file_dir.conf +++ b/modules/apache/templates/no_hidden_file_dir.conf @@ -1,4 +1,4 @@ # # dont serve up any hidden files or dirs like .git*, .svn, ... # -RedirectMatch 404 /\..*$ \ No newline at end of file +RedirectMatch 404 /\..*$ -- cgit v1.2.1