added favicon
This commit is contained in:
parent
0266e22e47
commit
7a3aab73c3
2 changed files with 5 additions and 1 deletions
|
@ -100,7 +100,11 @@ class CryptoBoxWebserver:
|
|||
"server.log_file" : opts.logfile },
|
||||
"/cryptobox-misc": {
|
||||
"staticFilter.on" : True,
|
||||
"staticFilter.dir": os.path.realpath(opts.datadir)}
|
||||
"staticFilter.dir": os.path.realpath(opts.datadir)},
|
||||
"/favicon.ico": {
|
||||
"staticFilter.on" : True,
|
||||
"staticFilter.file": os.path.realpath("../www-data/favicon.ico")}
|
||||
|
||||
})
|
||||
|
||||
def start(self):
|
||||
|
|
BIN
www-data/favicon.ico
Normal file
BIN
www-data/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Loading…
Reference in a new issue