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

membphis 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 f476d2c  fix: copy the files in conf/cert when installing (#3059)
f476d2c is described below

commit f476d2c3dc68439406a9531fc8b4a2a2d50c1333
Author: Shuyang Wu <wosoyo...@gmail.com>
AuthorDate: Wed Dec 16 18:09:52 2020 +0800

    fix: copy the files in conf/cert when installing (#3059)
    
    fix #3057
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index c821a25..a9a5912 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,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/cert/* /usr/local/apisix/conf/cert/
 
        $(INSTALL) -d $(INST_LUADIR)/apisix
        $(INSTALL) apisix/*.lua $(INST_LUADIR)/apisix/

Reply via email to