From bb3bd074e5ed24d8f9b341dc0449b563a1312a1a Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Mon, 1 Jul 2019 22:14:16 +0200 Subject: [PATCH] Fix: typo --- README.md | 2 +- defaults/main.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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