removed ugly path
This commit is contained in:
parent
7a3aab73c3
commit
68f6f96bc3
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class CryptoBoxWebserver:
|
|||
"staticFilter.dir": os.path.realpath(opts.datadir)},
|
||||
"/favicon.ico": {
|
||||
"staticFilter.on" : True,
|
||||
"staticFilter.file": os.path.realpath("../www-data/favicon.ico")}
|
||||
"staticFilter.file": os.path.realpath(os.path.join(opts.datadir, 'favicon.ico'))}
|
||||
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue