You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Place the files in your project directory and add the following to your `config.yml`.
5
+
Place the files in your project directory and edit your `config.yml`.
6
+
7
+
_If you're using an actual production certificate you should of course **NOT** track it in git but transfer it to the VM before running `vagrant provision`_
_If you're using an actual production certificate you should of course **NOT** track it in git but transfer it to the VM before running `vagrant provision`_
18
-
19
23
For a list of all configuration options see the [`geerlingguy.apache` Ansible role's README](https://github.com/geerlingguy/ansible-role-apache#readme).
20
24
21
-
### Using Ubuntu's snakeoil certificate
25
+
### Nginx
26
+
27
+
Modify your nginx host configuration by adding the following `extra_parameters` to the first entry in `nginx_hosts`:
For a list of all configuration options see the [`geerlingguy.nginx` Ansible role's README](https://github.com/geerlingguy/ansible-role-nginx#readme).
42
+
43
+
## Using Ubuntu's snakeoil certificate
22
44
23
45
If you are using Ubuntu as your base OS and you want to get started quickly with a local development environment you can use the snakeoil certificate that is already generated.
0 commit comments