diff --git a/README.md b/README.md index c59daf1..dbbe0e4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Role Variables - reverse_port: port to redirect to - rootws: yes/no activate websocket in the / path - websocket_path: path to websocket (optional) -- websocket_localtion: reverse destination point for websocket config +- websocket_location: reverse destination point for websocket config - websocket_port: websocket port to redirect to - websocket: yes/no - enable websocket block in config file - vhost_name: name of the vhost diff --git a/defaults/main.yml b/defaults/main.yml index 78cf673..bf4de6b 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -13,5 +13,6 @@ reverse_port: 8080 vhost_name: default websocket: no +websocket_location: localhost rootws: no \ No newline at end of file