From 5e222f7a9786a658addb396036f5a2ab16c780f3 Mon Sep 17 00:00:00 2001 From: Xia Hao Date: Fri, 22 Apr 2016 15:17:43 +0800 Subject: [PATCH] Update installation_guide.md --- docs/installation_guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation_guide.md b/docs/installation_guide.md index ab9e78df5..15b5c8c7e 100644 --- a/docs/installation_guide.md +++ b/docs/installation_guide.md @@ -207,4 +207,6 @@ By default, the data of database and image files in the registry are persisted i ##Troubleshooting 1.When setting up Harbor behind another nginx proxy or elastic load balancing, remove the below line if the proxy already has similar settings. Be sure to remove the line under these 3 sections: "location /", "location /v2/" and "location /service/". +``` proxy_set_header X-Forwarded-Proto $scheme; +```