From 9f515b2ec00c36aab68845b4495165d560b6da2c Mon Sep 17 00:00:00 2001 From: Jonas 'j' Lindstad Date: Thu, 29 Jan 2015 20:57:13 +0100 Subject: Changed service to port 80 --- junos-bootstrap/httpd/server_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'junos-bootstrap/httpd/server_http.py') diff --git a/junos-bootstrap/httpd/server_http.py b/junos-bootstrap/httpd/server_http.py index 20e5de5..635bd0e 100644 --- a/junos-bootstrap/httpd/server_http.py +++ b/junos-bootstrap/httpd/server_http.py @@ -21,7 +21,7 @@ def main(): ), http = dict( host = 'localhost', - port = 9000 + port = 80 ) ) -- cgit v1.2.3