mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Enabling Websockets!
Enabling Websockets if they are on. Need to confirm if they need to be turned on manually.
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<webSocket enabled="true" />
|
||||
handlers>
|
||||
<add name="iisnode" path="server.js" verb="*" modules="iisnode"/>
|
||||
</handlers>
|
||||
<rewrite>
|
||||
|
||||
Reference in New Issue
Block a user