port 8000
This commit is contained in:
		@ -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);
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user