aboutsummaryrefslogtreecommitdiffstats
path: root/junos-bootstrap/httpd/server_http.py
diff options
context:
space:
mode:
Diffstat (limited to 'junos-bootstrap/httpd/server_http.py')
-rw-r--r--junos-bootstrap/httpd/server_http.py2
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
)
)