From 472ec31cd2584ecd1c86fbff4d368d879e1928a7 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Sun, 21 Jun 2020 18:24:23 +0200 Subject: [PATCH] readme fix --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index f5f1cb9..d71d596 100644 --- a/README.md +++ b/README.md @@ -132,29 +132,6 @@ Default value : *no* If set to yes, nginx will be granted write access to the /www directory. Set it to yes if your website uses file upload or creates dynamic files for example. -## HTTPS -`AUTO_LETS_ENCRYPT` -Values : *yes* | *no* -Default value : *no* -If set to yes, automatic certificate generation and renewal will be setup through Let's Encrypt. This will enable HTTPS on your website for free. -You will need to redirect both 80 and 443 port to your container and also set the `SERVER_NAME` environment variable. - -`LISTEN_HTTP` -Values : *yes* | *no* -Default value : *yes* -If set to no, nginx will not in listen on HTTP (port 80). -Useful if you only want HTTPS access to your website. - -`REDIRECT_HTTP_TO_HTTPS` -Values : *yes* | *no* -Default value : *no* -If set to yes, nginx will redirect all HTTP requests to HTTPS. - -`HTTP2` -Values : *yes* | *no* -Default value : *yes* -If set to yes, nginx will use HTTP2 protocol when HTTPS is enabled. - `USE_AUTH_BASIC` Values : *yes* | *no* Default value : *no* @@ -180,6 +157,29 @@ Values : *\* Default value : *Restricted area* The text displayed inside the login prompt when `USE_AUTH_BASIC` is set to yes. +## HTTPS +`AUTO_LETS_ENCRYPT` +Values : *yes* | *no* +Default value : *no* +If set to yes, automatic certificate generation and renewal will be setup through Let's Encrypt. This will enable HTTPS on your website for free. +You will need to redirect both 80 and 443 port to your container and also set the `SERVER_NAME` environment variable. + +`LISTEN_HTTP` +Values : *yes* | *no* +Default value : *yes* +If set to no, nginx will not in listen on HTTP (port 80). +Useful if you only want HTTPS access to your website. + +`REDIRECT_HTTP_TO_HTTPS` +Values : *yes* | *no* +Default value : *no* +If set to yes, nginx will redirect all HTTP requests to HTTPS. + +`HTTP2` +Values : *yes* | *no* +Default value : *yes* +If set to yes, nginx will use HTTP2 protocol when HTTPS is enabled. + ## ModSecurity `USE_MODSECURITY` Values : *yes* | *no*