Merged many of the changes from the first attempt at an HTML5 Websocket implementation. Focused on the ones that didn't change the behavior of the web server.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<server webapp-path="./webapps" webapp-archives="./webapp-archives">
|
||||
<listener address="" port="80" type="http" names="http,html,80"/>
|
||||
<listener address="" port="443" type="ssl" names="https,ssl,tls,443"/>
|
||||
<listener address="" port="8080" type="http" names="http,html,80"/>
|
||||
<listener address="" port="8443" type="ssl" names="https,ssl,tls,443"/>
|
||||
</server>
|
||||
Reference in New Issue
Block a user