From f49ef52aa956f245590935ae21ee3d6ca235cf6f Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Thu, 22 Dec 2022 16:59:24 +0000 Subject: [PATCH] readability --- docs/ENV.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ENV.md b/docs/ENV.md index 3da42bc..8379827 100644 --- a/docs/ENV.md +++ b/docs/ENV.md @@ -40,8 +40,8 @@ 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` (boolean, defaults to false): tell nginx to auto-redirect non-SSL traffic to SSL site. **NOTE:** if used with CloudFlare, it will cause an infinite redirect loop - you will need to add a CloudFlare Page Rule to "Always Use HTTPS" for your server (`domain.name/*` to match all URLs). -* `NGINX_INCLUDE_FILE`: a file in the app's dir to include in nginx config `server` section - useful for including custom nginx directives. +* `NGINX_HTTPS_ONLY` (boolean, defaults to false): tell `nginx` to auto-redirect non-SSL traffic to SSL site. **NOTE:** if used with Cloudflare, it will cause an infinite redirect loop - you will need to add a Cloudflare Page Rule to "Always Use HTTPS" for your server (use `domain.name/*` to match all URLs). +* `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) ## Acme Settings