· Report Bug · Request Feature ·
Setup for nginx to automatically generates nginx configurations and renew Let´s Encrypt certificates. Routes traffic to the corresponding containers.
Follow Creating a release.
- Follow local setup.
- Follow the Customization section and set all variables with
Required in dev
true
. - Add a
127.0.0.1 localtest.me
entry in your host file. See How to edit host files - Navigate to
http://localtest.me
Create a environment file touch .env
. Override variables in the {variable name}={variable value}
format. All required variables need to be overridden for the respected environment.
Variable | Description | Required in dev | Required in prod | Default value |
---|---|---|---|---|
DEFAULT_EMAIL |
Defines your default email for Let's Encrypt. | true |
true |
none |
Follow contributing.