Changes in the Static object
This commit is contained in:
parent
3a3d5204a3
commit
85922425d4
6 changed files with 9 additions and 7 deletions
19
examples/static/conf/config.yml
Normal file
19
examples/static/conf/config.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
stats:
|
||||
username: admin
|
||||
password: password
|
||||
port: 1936 # Optional (default 1936)
|
||||
|
||||
customerrors: true # Optional (default false)
|
||||
|
||||
easymapping:
|
||||
- port: 80
|
||||
redirect:
|
||||
host1.local: https://host1.local
|
||||
www.host1.local: https://host1.local
|
||||
|
||||
- port: 443
|
||||
ssl: true
|
||||
hosts:
|
||||
host1.local:
|
||||
containers:
|
||||
- container:8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue