Mention alternative ways to do Server Delegation

This commit is contained in:
Slavi Pantaleev
2019-02-05 12:54:27 +02:00
parent 764a040a90
commit b540427974
2 changed files with 132 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- the [Ansible](http://ansible.com/) program being installed on your own computer. It's used to run this playbook and configures your server for you. Take a look at [our guide about Ansible](ansible.md) for version requirements or alternative ways to run Ansible.
- an HTTPS-capable web server at the base domain name (`<your-domain>`) which is capable of serving static files
- an HTTPS-capable web server at the base domain name (`<your-domain>`) which is capable of serving static files (unless you decide to use DNS SRV records for [Server Delegation](howto-server-delegation.md))
- properly configured DNS records for `<your-domain>` (details in [Configuring DNS](configuring-dns.md))