Fix: typo

This commit is contained in:
Wilfried OLLIVIER 2019-07-01 22:14:16 +02:00
parent 1f70984361
commit bb3bd074e5
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -13,5 +13,6 @@ reverse_port: 8080
vhost_name: default
websocket: no
websocket_location: localhost
rootws: no