diff options
-rw-r--r-- | junos-bootstrap/httpd/server_http.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) ) |