Skip to content

Commit 984af65

Browse files
author
Kristan Kenney
authored
Add missing quotation to SkipHosts directive in awstats.tpl (hestiacp#2334)
1 parent 0255fa0 commit 984af65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/templates/web/awstats/awstats.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PurgeLogFile=0
2424
ArchiveLogRecords=0
2525
KeepBackupOfHistoricFiles=1
2626
DefaultFile="index.php index.html"
27-
SkipHosts="127.0.0.1
27+
SkipHosts="127.0.0.1"
2828
SkipUserAgents=""
2929
SkipFiles=""
3030
SkipReferrersBlackList=""

0 commit comments

Comments
 (0)