Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
042318a7
Commit
042318a7
authored
Apr 09, 2019
by
julien MILLAU
Committed by
Stan Hu
Apr 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation fix `git_data_dirs` syntax in nfs_host_client_setup.md
parent
bed597d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/administration/high_availability/nfs_host_client_setup.md
...administration/high_availability/nfs_host_client_setup.md
+1
-1
No files found.
doc/administration/high_availability/nfs_host_client_setup.md
View file @
042318a7
...
...
@@ -107,7 +107,7 @@ point and have all the required locations as subdirectories to use the NFS mount
git-data.
```
text
git_data_dirs({"default" =>
"/nfs/home/var/opt/gitlab-data/git-data"
})
git_data_dirs({"default" =>
{"path" => "/nfs/home/var/opt/gitlab-data/git-data"}
})
user['home'] = '/nfs/home/var/opt/gitlab-data/home'
gitlab_rails['uploads_directory'] = '/nfs/home/var/opt/gitlab-data/uploads'
gitlab_rails['shared_path'] = '/nfs/home/var/opt/gitlab-data/shared'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment