summaryrefslogtreecommitdiff
path: root/lib/support/nginx
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-21 00:31:46 +0200
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:55:28 +0000
commit4b45f284c9d060de06f4f54d9e5b1c2815b743dd (patch)
tree55700bb2123b9e3756e22ad2f8d4a7eb0711b0cb /lib/support/nginx
parent50bbc326a475f0cca8e63c7a8de96b3f5538cee0 (diff)
downloadgitlab-ce-4b45f284c9d060de06f4f54d9e5b1c2815b743dd.tar.gz
Change the pages daemon proxy listen port to 8090
So as to be consistent with what is set in Omnibus
Diffstat (limited to 'lib/support/nginx')
-rw-r--r--lib/support/nginx/gitlab-pages2
-rw-r--r--lib/support/nginx/gitlab-pages-ssl2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/support/nginx/gitlab-pages b/lib/support/nginx/gitlab-pages
index 2e0eb2af4b1..169d7d11ca7 100644
--- a/lib/support/nginx/gitlab-pages
+++ b/lib/support/nginx/gitlab-pages
@@ -19,7 +19,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
# The same address as passed to GitLab Pages: `-listen-proxy`
- proxy_pass http://localhost:8282/;
+ proxy_pass http://localhost:8090/;
}
# Define custom error pages
diff --git a/lib/support/nginx/gitlab-pages-ssl b/lib/support/nginx/gitlab-pages-ssl
index 1045cd42d2f..16edd337e10 100644
--- a/lib/support/nginx/gitlab-pages-ssl
+++ b/lib/support/nginx/gitlab-pages-ssl
@@ -68,7 +68,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
# The same address as passed to GitLab Pages: `-listen-proxy`
- proxy_pass http://localhost:8282/;
+ proxy_pass http://localhost:8090/;
}
# Define custom error pages