Update default conf
This commit is contained in:
parent
55983df1bc
commit
7bc1375042
6
conf.py
6
conf.py
|
@ -33,6 +33,12 @@ compress_output_files = ['html', 'css', 'js']
|
||||||
# Tracked IP
|
# Tracked IP
|
||||||
tracked_ip = ['192.168.1.1']
|
tracked_ip = ['192.168.1.1']
|
||||||
|
|
||||||
|
# Excluded IP
|
||||||
|
excluded_ip = [
|
||||||
|
# r'192.168.*', # Local
|
||||||
|
]
|
||||||
|
|
||||||
|
# Feeds url
|
||||||
feeds = [r'^.*/atom.xml$', r'^.*/rss.xml$']
|
feeds = [r'^.*/atom.xml$', r'^.*/rss.xml$']
|
||||||
|
|
||||||
# Consider xml files as multimedia (append to current list)
|
# Consider xml files as multimedia (append to current list)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user