From b673c98f313b33fbfa92aae62bb573b2d84dd360 Mon Sep 17 00:00:00 2001 From: xiahaoshawn Date: Thu, 12 May 2016 14:18:34 +0800 Subject: [PATCH] update https rewite url --- Deploy/config/nginx/nginx.https.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy/config/nginx/nginx.https.conf b/Deploy/config/nginx/nginx.https.conf index c802943c1..e7ee49ede 100644 --- a/Deploy/config/nginx/nginx.https.conf +++ b/Deploy/config/nginx/nginx.https.conf @@ -89,6 +89,6 @@ http { server { listen 80; server_name harbordomain.com; - rewrite ^/(.*) https://$server_name$1 permanent; + rewrite ^/(.*) https://$server_name/$1 permanent; } }