You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/02/26 02:05:51 UTC

[apisix] branch master updated: chore: update makefile install to install everything in conf (#3660)

This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 7594072  chore: update makefile install to install everything in conf (#3660)
7594072 is described below

commit 7594072839f6c2b4fa1d0cb7f1486360e095b34b
Author: Shuyang Wu <wo...@gmail.com>
AuthorDate: Fri Feb 26 10:05:41 2021 +0800

    chore: update makefile install to install everything in conf (#3660)
    
    fix #3657
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index dd4c91e..ffe3b3f 100644
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,7 @@ install: default
 	$(INSTALL) conf/mime.types /usr/local/apisix/conf/mime.types
 	$(INSTALL) conf/config.yaml /usr/local/apisix/conf/config.yaml
 	$(INSTALL) conf/config-default.yaml /usr/local/apisix/conf/config-default.yaml
+	$(INSTALL) conf/debug.yaml /usr/local/apisix/conf/debug.yaml
 	$(INSTALL) conf/cert/* /usr/local/apisix/conf/cert/
 
 	$(INSTALL) -d $(INST_LUADIR)/apisix