# This config file is evaluated by the rc script from the FreeBSD port of www/gwsocket. # It is not related to gwsocket(1) itself. # # Most options are set with "name=value" assignments. # Specifies the port to bind. (-p --port) #port=7890 # Specifies the path/file for the access log. (--access-log=) #access-log=/var/log/gwsocket/gwsocket-access.log # Specifies the address to bind. (--addr=) #addr=127.0.0.1 # Set the server to echo all received messages. (--echo-mode) # Exclude, set to 'false' or 'no' to disable. Set to 'true' or 'yes' to enable #echo-mode=no # Maximum size of a websocket frame. This includes received frames from the # client and messages through the named pipe. (--max-frame-size=) #max-frame-size= # Ensure clients send the specified origin header upon the WebSocket # handshake. (--origin=) #origin= # Creates a named pipe (FIFO) that reads from on the given path/file. (--pipein=) #pipein= # Creates a named pipe (FIFO) that writes to the given path/file. (--pipeout=) #pipeout= # Parse messages using strict mode. See man page for more details. (--strict) # Exclude, set to 'false' or 'no' to disable. Set to 'true' or 'yes' to enable #strict=no # Path to TLS/SSL certificate. (--ssl-cert=) #ssl-cert= # Path to TLS/SSL private key. (--ssl-key=) #ssl-key=