From 83d08d040d90d45f1b28027e60f2cc290045b819 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer <jacob@gitlab.com> Date: Thu, 13 Apr 2017 11:56:14 +0200 Subject: [PATCH] Re-create nginx.conf during reconfigure --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 75e10cf..b80d120 100644 --- a/Makefile +++ b/Makefile @@ -309,6 +309,7 @@ clean-config: Procfile \ gitlab-workhorse/config.toml \ gitaly/config.toml \ + nginx/conf/nginx.conf \ unlock-dependency-installers: rm -f .gitlab-npm \ -- GitLab