Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/application_settings_cache.md')
-rw-r--r--doc/administration/application_settings_cache.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/administration/application_settings_cache.md b/doc/administration/application_settings_cache.md
index 30fd9ab85a8..88e39a50b6c 100644
--- a/doc/administration/application_settings_cache.md
+++ b/doc/administration/application_settings_cache.md
@@ -18,7 +18,9 @@ extra load for Redis and PostgreSQL.
To change the expiry value:
-**For Omnibus installations**
+::Tabs
+
+:::TabTitle Omnibus package
1. Edit `/etc/gitlab/gitlab.rb`:
@@ -34,7 +36,7 @@ To change the expiry value:
gitlab-ctl restart
```
-**For installations from source**
+:::TabTitle Source
1. Edit `config/gitlab.yml`:
@@ -45,3 +47,5 @@ To change the expiry value:
1. Save the file, and then [restart](restart_gitlab.md#installations-from-source)
GitLab for the changes to take effect.
+
+::EndTabs