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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ There are a few things you can configure, this is the most used list:<br/>
22
22
```INSTALL_NGINX``` is set to ```False``` by default. Set this to ```True``` if you want to install Nginx.<br/>
23
23
```WEBSITE_NAME``` Set the website name here for nginx configuration<br/>
24
24
```WEBSITE_NAME``` Set the website name here for nginx configuration<br/>
25
-
```ENABLE_SSL``` Set this to ```True```installs [certbot](https://github.com/certbot/certbot)configures https with a free Let's Encrypted certificate<br/>
25
+
```ENABLE_SSL``` Set this to ```True```to install [certbot](https://github.com/certbot/certbot)and configure nginx with https using a free Let's Encrypted certificate<br/>
26
26
```ADMIN_EMAIL``` Email is needed to register for Let's Enctryped Registeration. Replace the default placeholder with an email of your organisation.<br/>
27
27
```INSTALL_NGINX``` and ```ENABLE_SSL``` must be set to ```True``` and the placeholder in ```ADMIN_EMAIL``` must be replaced with a valid email address for certbot installation<br/>
28
28
_By enabling SSL though certbot you agree to the following [policies](https://www.eff.org/code/privacy/policy)_ <br/>
0 commit comments