Skip to content

Commit 1f39dca

Browse files
committed
change localhost to 127.0.0.1
1 parent 7336e04 commit 1f39dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/runtime/config/nginx/gitlab-pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ server {
1515
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
1616
proxy_set_header X-Forwarded-Proto $scheme;
1717
# The same address as passed to GitLab Pages: `-listen-proxy`
18-
proxy_pass http://localhost:8090/;
18+
proxy_pass http://127.0.0.1:8090/;
1919
}
2020
# Define custom error pages
2121
error_page 403 /403.html;

0 commit comments

Comments
 (0)