diff options
author | Jonas 'j' Lindstad <jonaslindstad@gmail.com> | 2015-01-29 20:57:13 +0100 |
---|---|---|
committer | Jonas 'j' Lindstad <jonaslindstad@gmail.com> | 2015-01-29 20:57:13 +0100 |
commit | 9f515b2ec00c36aab68845b4495165d560b6da2c (patch) | |
tree | 5703ce34dd359d716ec7b8302464479acd468538 /junos-bootstrap/httpd/server_http.py | |
parent | 023c56ef98de33b339b15d0a0e0a71d93193cec3 (diff) |
Changed service to port 80
Diffstat (limited to 'junos-bootstrap/httpd/server_http.py')
-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 ) ) |