port 8000
This commit is contained in:
parent
abbb1b6c44
commit
269facd63f
@ -99,7 +99,7 @@ fn main() {
|
||||
//Web conf
|
||||
let webconf = WebsrvConfig {
|
||||
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"),
|
||||
};
|
||||
start_websrv(webconf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user