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
dc1730f3
Commit
dc1730f3
authored
Mar 03, 2021
by
HIGUCHI Daisuke
Committed by
Achilleas Pipinellis
Mar 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention about 404 error after changing a project path with Pages
parent
7e5360bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
doc/administration/pages/index.md
doc/administration/pages/index.md
+6
-5
No files found.
doc/administration/pages/index.md
View file @
dc1730f3
...
...
@@ -892,14 +892,15 @@ to define the explicit address that the GitLab Pages daemon should listen on:
gitlab_pages
[
'listen_proxy'
]
=
'127.0.0.1:8090'
```
### 404 error after transferring
project to a different group or user
### 404 error after transferring
the project to a different group or user, or changing project path
If you encounter a
`404 Not Found`
error a Pages site after transferring a project to
another group or user,
you must trigger a domain configuration update for Pages. To do
so, write something in the
`.update`
file. The Pages daemon monitors for changes to this
file, and reloads the configuration when changes occur.
another group or user,
or changing project path, you must trigger a domain configuration
update for Pages. To do so, write something in the
`.update`
file. The Pages daemon
monitors for changes to this
file, and reloads the configuration when changes occur.
Use this example to fix a
`404 Not Found`
error after transferring a project with Pages:
Use this example to fix a
`404 Not Found`
error after transferring a project or changing
a project path with Pages:
```
shell
date
>
/var/opt/gitlab/gitlab-rails/shared/pages/.update
...
...
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