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
@@ -1001,6 +1001,7 @@ Below is the complete list of available options that can be used to customize yo
1001
1001
|`NGINX_X_FORWARDED_PROTO`| Advanced configuration option for the `proxy_set_header X-Forwarded-Proto` setting in the gitlab nginx vHost configuration. Defaults to `https` when `GITLAB_HTTPS` is `true`, else defaults to `$scheme`. |
1002
1002
|`NGINX_REAL_IP_RECURSIVE`| set to `on` if docker container runs behind a reverse proxy,you may not want the IP address of the proxy to show up as the client address. `off` by default. |
1003
1003
|`NGINX_REAL_IP_TRUSTED_ADDRESSES`| You can have NGINX look for a different address to use by adding your reverse proxy to the `NGINX_REAL_IP_TRUSTED_ADDRESSES`. Currently only a single entry is permitted. No defaults. |
1004
+
|`NGINX_CUSTOM_GITLAB_SERVER_CONFIG`| Advanced configuration option. You can add custom configuration for nginx as you like (e.g. custom location proxy). This is similar to setting `nginx['custom_gitlab_server_config']` to `gitlab.rb` for gitlab-omnibus. No defaults. |
1004
1005
|`REDIS_HOST`| The hostname of the redis server. Defaults to `localhost`|
1005
1006
|`REDIS_PORT`| The connection port of the redis server. Defaults to `6379`. |
1006
1007
|`REDIS_DB_NUMBER`| The redis database number. Defaults to '0'. |
0 commit comments