Fix: typo
This commit is contained in:
parent
1f70984361
commit
bb3bd074e5
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -13,5 +13,6 @@ reverse_port: 8080
|
|||
vhost_name: default
|
||||
|
||||
websocket: no
|
||||
websocket_location: localhost
|
||||
|
||||
rootws: no
|
Loading…
Reference in a new issue