mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Newlines now match up with what you'd expect
This commit is contained in:
parent
b097733ffd
commit
6625042c4e
@ -15,11 +15,9 @@ home_ip={{IP}}
|
|||||||
|
|
||||||
# ALLOWED HOSTS
|
# ALLOWED HOSTS
|
||||||
{{#ALLOWED_HOSTS}}allowed_host={{.}}
|
{{#ALLOWED_HOSTS}}allowed_host={{.}}
|
||||||
{{/ALLOWED_HOSTS}}{{^ALLOWED_HOSTS}}# No allowed hosts
|
{{/ALLOWED_HOSTS}}{{^ALLOWED_HOSTS}}# No allowed hosts{{/ALLOWED_HOSTS}}
|
||||||
{{/ALLOWED_HOSTS}}
|
|
||||||
|
|
||||||
# DENIED HOSTS
|
# DENIED HOSTS
|
||||||
{{#DENIED_HOSTS}}denied_host={{.}}
|
{{#DENIED_HOSTS}}denied_host={{.}}
|
||||||
{{/DENIED_HOSTS}}{{^DENIED_HOSTS}}# No denied hosts
|
{{/DENIED_HOSTS}}{{^DENIED_HOSTS}}# No denied hosts{{/DENIED_HOSTS}}
|
||||||
{{/DENIED_HOSTS}}
|
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user