0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/config
Marcelo E. Magallon 6325bcf5b2 Add tests for websocket configuration
Command arguments:

	websocket /api5 "cmd arg1 arg2 arg3"

Optional block:

	websocket /api6 cat {
		respawn
	}

Invalid option in optional block:

	websocket /api7 cat {
		invalid
	}
2015-10-17 12:09:55 -06:00
..
parse Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
setup Add tests for websocket configuration 2015-10-17 12:09:55 -06:00
config.go Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
config_test.go core: Bind all listeners to wildcard host by default (closes #208) 2015-08-05 07:37:51 -06:00
directives.go Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00