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 7336e04 commit 1f39dcaCopy full SHA for 1f39dca
assets/runtime/config/nginx/gitlab-pages
@@ -15,7 +15,7 @@ server {
15
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
16
proxy_set_header X-Forwarded-Proto $scheme;
17
# The same address as passed to GitLab Pages: `-listen-proxy`
18
- proxy_pass http://localhost:8090/;
+ proxy_pass http://127.0.0.1:8090/;
19
}
20
# Define custom error pages
21
error_page 403 /403.html;
0 commit comments