From 438c90fb75686bcd21f134e666eb14b3922a8f52 Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Mon, 19 Dec 2022 20:32:00 +0000 Subject: [PATCH] Update ENV.md --- docs/ENV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ENV.md b/docs/ENV.md index dfca39d..bb1cc4e 100644 --- a/docs/ENV.md +++ b/docs/ENV.md @@ -40,7 +40,7 @@ You can configure deployment settings by placing special variables in an `ENV` f * `NGINX_SERVER_NAME`: set the virtual host name associated with your app * `NGINX_CLOUDFLARE_ACL` (boolean): activate an ACL allowing access only from Cloudflare IPs * `NGINX_STATIC_PATHS`: set an array of `/url:path` values -* `NGINX_HTTPS_ONLY`: tell nginx to auto-redirect non-SSL traffic to SSL site +* `NGINX_HTTPS_ONLY` (boolean, defaults to false): tell nginx to auto-redirect non-SSL traffic to SSL site * `NGINX_INCLUDE_FILE`: a file in the app's dir to include in nginx config `server` section - useful for including custom nginx directives. * `NGINX_ALLOW_GIT_FOLDERS`: (boolean) allow access to `.git` folders (default: false, blocked)