Skip to content

Commit 872a6b7

Browse files
committed
Sync config v14.2.0 : gitlab: Add commented-out config cdn_host
See upstream Merge request: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67710
1 parent 3e5fa9f commit 872a6b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/runtime/config/gitlabhq/gitlab.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ production: &base
3535
host: {{GITLAB_HOST}}
3636
port: {{GITLAB_PORT}} # Set to 443 if using HTTPS, see installation.md#using-https for additional HTTPS configuration details
3737
https: {{GITLAB_HTTPS}} # Set to true if using HTTPS, see installation.md#using-https for additional HTTPS configuration details
38+
39+
# Uncomment this line if you want to configure the Rails asset host for a CDN.
40+
# cdn_host: localhost
41+
3842
# The maximum time Puma can spend on the request. This needs to be smaller than the worker timeout.
3943
# Default is 95% of the worker timeout
4044
max_request_duration_seconds: 57

0 commit comments

Comments
 (0)