aboutsummaryrefslogtreecommitdiffstats
path: root/junos-bootstrap/httpd/server_http.py
diff options
context:
space:
mode:
authorJonas 'j' Lindstad <jonaslindstad@gmail.com>2015-01-29 20:57:13 +0100
committerJonas 'j' Lindstad <jonaslindstad@gmail.com>2015-01-29 20:57:13 +0100
commit9f515b2ec00c36aab68845b4495165d560b6da2c (patch)
tree5703ce34dd359d716ec7b8302464479acd468538 /junos-bootstrap/httpd/server_http.py
parent023c56ef98de33b339b15d0a0e0a71d93193cec3 (diff)
Changed service to port 80
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
)
)