Add nginx default config to the list of default config files to download in the docker install instructions (#236)

This commit is contained in:
Daniel Collins 2023-06-26 06:25:45 -05:00 committed by GitHub
parent ffbecd5b25
commit f436982690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ cd /lemmy
## Download default config files
These two files contain `{{ }}` braces for variables, such as passwords, and your domain.
These files contain `{{ }}` braces for variables, such as passwords and your domain.
Edit them before starting up lemmy for the first time.
@ -19,6 +19,7 @@ The images will likely be: [dessalines/lemmy:VERSION](https://hub.docker.com/r/d
```bash
wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/templates/docker-compose.yml
wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/examples/config.hjson -O lemmy.hjson
wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/templates/nginx_internal.conf
```
If you'd like further customization, have a look at the [config file](configuration.md) named `lemmy.hjson`, and adjust it accordingly.