mirror of https://github.com/mthenw/frontail.git
chore(docs): fix web interface url (#177)
parent
e6cc5f4dd1
commit
bc8c1f8d00
|
@ -60,7 +60,7 @@
|
||||||
--path <path> prefix path for the running application, default /
|
--path <path> prefix path for the running application, default /
|
||||||
--disable-usage-stats disable gathering usage statistics
|
--disable-usage-stats disable gathering usage statistics
|
||||||
|
|
||||||
Web interface runs on **http://127.0.0.1:[port]**.
|
Web interface runs on **http://[host]:[port]**.
|
||||||
|
|
||||||
### Tailing multiple files
|
### Tailing multiple files
|
||||||
|
|
||||||
|
@ -128,4 +128,4 @@ http {
|
||||||
`frontail` by default (from `v4.5.0`) gathers __anonymous__ usage statistics in Google Analytics. It can be disabled with
|
`frontail` by default (from `v4.5.0`) gathers __anonymous__ usage statistics in Google Analytics. It can be disabled with
|
||||||
`--disable-usage-stats`.
|
`--disable-usage-stats`.
|
||||||
|
|
||||||
The data is used to help me understand how `frontail` is used and I can make it better.
|
The data is used to help me understand how `frontail` is used and I can make it better.
|
||||||
|
|
Loading…
Reference in New Issue