Skip to content

Commit

Permalink
makefile: installed admin lua folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
membphis committed Jun 17, 2019
1 parent 3eb2f3e commit dc12e8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ install:
$(INSTALL) -d $(INST_LUADIR)/apisix/lua/apisix/plugins
$(INSTALL) lua/apisix/plugins/*.lua $(INST_LUADIR)/apisix/lua/apisix/plugins/

$(INSTALL) -d $(INST_LUADIR)/apisix/lua/apisix/admin
$(INSTALL) lua/apisix/admin/*.lua $(INST_LUADIR)/apisix/lua/apisix/admin/

$(INSTALL) COPYRIGHT $(INST_CONFDIR)/COPYRIGHT
$(INSTALL) README.md $(INST_CONFDIR)/README.md
$(INSTALL) bin/apisix $(INST_BINDIR)/apisix
Expand Down
2 changes: 1 addition & 1 deletion conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apisix:
node_listen: 9080 # Apisix listening port
enable_heartbeat: true
enable_admin: true
allow_admin: "127.0.0.1/24"
allow_admin: "127.0.0.0/24"

etcd:
host: "http://127.0.0.1:2379" # etcd address
Expand Down

0 comments on commit dc12e8d

Please sign in to comment.