From d8ca8560f812c2083b48e029b8926c17de8ad663 Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Wed, 15 Apr 2015 09:44:54 +0200
Subject: [PATCH] Changed nginx configuration

---
 GitLabInstaller.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GitLabInstaller.sh b/GitLabInstaller.sh
index c3b1c52..e0e254a 100644
--- a/GitLabInstaller.sh
+++ b/GitLabInstaller.sh
@@ -283,7 +283,7 @@ sudo /sbin/service gitlab start
 
 ## Copy the example site config:
 
-sudo cp -v lib/support/nginx/gitlab /etc/nginx/conf.d/gitlab-ssl
+sudo cp -v lib/support/nginx/gitlab-ssl /etc/nginx/conf.d/gitlab
 
 
 ## Make sure to edit the config file to match your setup:
-- 
GitLab