port 8000
This commit is contained in:
parent
abbb1b6c44
commit
269facd63f
@ -99,7 +99,7 @@ fn main() {
|
|||||||
//Web conf
|
//Web conf
|
||||||
let webconf = WebsrvConfig {
|
let webconf = WebsrvConfig {
|
||||||
nbr_of_threads: 10,
|
nbr_of_threads: 10,
|
||||||
bind_addr: String::from("0.0.0.0:80"),
|
bind_addr: String::from("0.0.0.0:8000"),
|
||||||
root_folder: String::from("./html"),
|
root_folder: String::from("./html"),
|
||||||
};
|
};
|
||||||
start_websrv(webconf);
|
start_websrv(webconf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user