vhost: add support for locations, headers, and responds
This commit is contained in:
14
roles/vhost/defaults/main.yml
Normal file
14
roles/vhost/defaults/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
web_server: caddy
|
||||
|
||||
vhost_locations: []
|
||||
vhost_headers: {}
|
||||
|
||||
proxy_target_protocol: http
|
||||
proxy_target_host: localhost
|
||||
|
||||
redirect_type: temporary
|
||||
redirect_preserve_path: false
|
||||
|
||||
respond_content_type: plain
|
||||
Reference in New Issue
Block a user