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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-30 00:09:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-30 00:09:34 +0300
commit37a1347df2ee69411bc7ce08c3f2f695afe4a8a0 (patch)
tree269c320ab3e892fe690f81df3a712a9ad68b7b80 /doc/development/architecture.md
parent2516f0d87bf4504cf0d626a0584b2eebe459749b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/architecture.md')
-rw-r--r--doc/development/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index f8ab97de848..d8b0781da78 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -934,7 +934,7 @@ ps aux | grep '^git'
```
GitLab has several components to operate. It requires a persistent database
-(PostgreSQL) and Redis database, and uses Apache `httpd` or NGINX to proxypass
+(PostgreSQL) and Redis database, and uses Apache `httpd` or NGINX to `proxypass`
Puma. All these components should run as different system users to GitLab
(for example, `postgres`, `redis`, and `www-data`, instead of `git`).