We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5fa9f commit 872a6b7Copy full SHA for 872a6b7
assets/runtime/config/gitlabhq/gitlab.yml
@@ -35,6 +35,10 @@ production: &base
35
host: {{GITLAB_HOST}}
36
port: {{GITLAB_PORT}} # Set to 443 if using HTTPS, see installation.md#using-https for additional HTTPS configuration details
37
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
42
# The maximum time Puma can spend on the request. This needs to be smaller than the worker timeout.
43
# Default is 95% of the worker timeout
44
max_request_duration_seconds: 57
0 commit comments