Skip to content

Commit 41365aa

Browse files
authored
Merge pull request do-community#3 from andrea-cristaudo/master
Refer nginx instead of Apache in LEMP playbook
2 parents 564728d + 158beb8 commit 41365aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lemp_ubuntu1804/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A virtualhost will be created with the options specified in the `vars/default.ym
88

99
- `mysql_root_password`: the password for the MySQL root account.
1010
- `http_host`: your domain name.
11-
- `http_conf`: the name of the configuration file that will be created within Apache.
11+
- `http_conf`: the name of the configuration file that will be created within nginx.
1212
- `http_port`: HTTP port, default is 80.
1313

1414

@@ -43,4 +43,4 @@ http_port: "80"
4343
ansible-playbook -l [target] -i [inventory file] -u [remote user] playbook.yml
4444
```
4545

46-
For more information on how to run this Ansible setup, please check this guide: [How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04](https://www.digitalocean.com/community/tutorials/how-to-use-ansible-to-install-and-set-up-lemp-on-ubuntu-18-04).
46+
For more information on how to run this Ansible setup, please check this guide: [How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04](https://www.digitalocean.com/community/tutorials/how-to-use-ansible-to-install-and-set-up-lemp-on-ubuntu-18-04).

0 commit comments

Comments
 (0)