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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -577,6 +577,7 @@ Below is the complete list of parameters that can be set using environment varia
577
577
-**DB_USER**: The database user. Defaults to `root`
578
578
-**DB_PASS**: The database password. Defaults to no password
579
579
-**DB_POOL**: The database connection pool count. Defaults to `5`.
580
+
-**NGINX_ENABLED**: Enable/disable the nginx server. Disabling Nginx is not recommended (see #148), use at your discretion. Defaults to `true`. When disabled publish port `8080` instead of the usual port `80` or `443`.
580
581
-**NGINX_WORKERS**: The number of nginx workers to start. Defaults to `1`.
581
582
-**NGINX_MAX_UPLOAD_SIZE**: Maximum acceptable upload size. Defaults to `20m`.
582
583
-**NGINX_X_FORWARDED_PROTO**: Advanced configuration option for the `proxy_set_header X-Forwarded-Proto` setting in the redmine nginx vHost configuration. Defaults to `https` when `REDMINE_HTTPS` is `true`, else defaults to `$scheme`.
0 commit comments