listen on 127.0.0.1 instead of 'localhost'
This commit is contained in:
		@@ -91,5 +91,5 @@ void HttpGateway::work(RequestWorker &worker)
 | 
				
			|||||||
	};
 | 
						};
 | 
				
			||||||
	server.Get("/(.*)", handler);
 | 
						server.Get("/(.*)", handler);
 | 
				
			||||||
	server.Post("/(.*)", handler);
 | 
						server.Post("/(.*)", handler);
 | 
				
			||||||
	server.listen("localhost", 1234);
 | 
						server.listen("127.0.0.1", 1234);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user