mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-09 07:39:03 +00:00
Updated FontAwesome
Fixed minor HTML errors Added mime type for fonts in HTTP server Shortened version id
This commit is contained in:
parent
df38dee87d
commit
8cedf73bfa
25 changed files with 688 additions and 49 deletions
|
|
@ -472,7 +472,7 @@ HTTPserver::HTTPserver(u_int16_t _port, const char *_docs_dir, const char *_scri
|
|||
(char*)"listening_ports", ports,
|
||||
(char*)"enable_directory_listing", (char*)"no",
|
||||
(char*)"document_root", (char*)_docs_dir,
|
||||
(char*)"extra_mime_types", (char*)".inc=text/html,.css=text/css,.js=application/javascript",
|
||||
(char*)"extra_mime_types", (char*)".inc=text/html,.css=text/css,.js=application/javascript,.woff=application/font-woff",
|
||||
(char*)"num_threads", (char*)"5",
|
||||
_a, _b,
|
||||
NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue