node-http-server – Diff between revs 35 and 37

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 35 Rev 37
Line 79... Line 79...
79 privateKeySize: 1024, 79 privateKeySize: 1024,
80 // The address or hostname that the HTTPs server will be listening on. 80 // The address or hostname that the HTTPs server will be listening on.
81 address: 'localhost', 81 address: 'localhost',
82 // The port that the HTTPs server will be listening on. 82 // The port that the HTTPs server will be listening on.
83 port: 8080 83 port: 8080
-   84 },
-   85 configuration: {
-   86 // Whether to enable sending the server configuration.
-   87 enable: true,
-   88 // The relative path that must be accessed to retrieve the configuration.
-   89 path: '/configuration'
84 } 90 }
85 } 91 }