[GitHub] [incubator-apisix] Akayeshmantha commented on a change in pull request #1182: Fix bad code style.

2020-03-03 Thread GitBox
Akayeshmantha commented on a change in pull request #1182: Fix bad code style. URL: https://github.com/apache/incubator-apisix/pull/1182#discussion_r386857480 ## File path: bin/apisix ## @@ -540,24 +540,22 @@ local function check_or_version(cur_ver_s, need_ver_s) retur

[GitHub] [incubator-apisix] sshniro opened a new pull request #1185: Moving logs utils and batch processor to utils dir and typo fixes in docs

2020-03-03 Thread GitBox
sshniro opened a new pull request #1185: Moving logs utils and batch processor to utils dir and typo fixes in docs URL: https://github.com/apache/incubator-apisix/pull/1185 - Buf fix for Batch processor (L:143) to return if batch_max_size is 1.

[GitHub] [incubator-apisix] sshniro opened a new issue #1186: request help: How to test the log_utils?

2020-03-03 Thread GitBox
sshniro opened a new issue #1186: request help: How to test the log_utils? URL: https://github.com/apache/incubator-apisix/issues/1186 The log utils class uses the `ngx` as a parameter when a route is invoked by a request. How can I write test cases for this scenario? How to mock the ngx v

[GitHub] [incubator-apisix] wwd5613 opened a new pull request #1187: del useless tips

2020-03-03 Thread GitBox
wwd5613 opened a new pull request #1187: del useless tips URL: https://github.com/apache/incubator-apisix/pull/1187 Fix #1183 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-apisix] sshniro opened a new issue #1188: feature: Support for OAuth User Managed Access Protocol(UMA) for Authorization

2020-03-03 Thread GitBox
sshniro opened a new issue #1188: feature: Support for OAuth User Managed Access Protocol(UMA) for Authorization URL: https://github.com/apache/incubator-apisix/issues/1188 ### Issue description Does APISIX does support UMA protocol to allows access to resources/upstreams. I would like

[GitHub] [incubator-apisix] membphis closed pull request #1177: feature: support plug-in independent development.

2020-03-03 Thread GitBox
membphis closed pull request #1177: feature: support plug-in independent development. URL: https://github.com/apache/incubator-apisix/pull/1177 This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-apisix] membphis opened a new pull request #1177: feature: support plug-in independent development.

2020-03-03 Thread GitBox
membphis opened a new pull request #1177: feature: support plug-in independent development. URL: https://github.com/apache/incubator-apisix/pull/1177 Enhance plug-in features to allow more features, such as custom Nginx configuration, adding proprietary Admin API, and more. And allo

[GitHub] [incubator-apisix] membphis merged pull request #1187: del useless tips

2020-03-03 Thread GitBox
membphis merged pull request #1187: del useless tips URL: https://github.com/apache/incubator-apisix/pull/1187 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-apisix] membphis closed issue #1183: doc: remove some useless tip

2020-03-03 Thread GitBox
membphis closed issue #1183: doc: remove some useless tip URL: https://github.com/apache/incubator-apisix/issues/1183 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-apisix] sshniro opened a new issue #1189: request help: How to implement thread sleep in Nginx Test

2020-03-03 Thread GitBox
sshniro opened a new issue #1189: request help: How to implement thread sleep in Nginx Test URL: https://github.com/apache/incubator-apisix/issues/1189 ### Issue description I would like to extensively test the batch processor as the functionality is strongly coupled with timer function

[incubator-apisix] branch master updated: doc: del useless tips in Admin API (#1187)

2020-03-03 Thread membphis
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/incubator-apisix.git The following commit(s) were added to refs/heads/master by this push: new fbcd270 doc: del useless tips in Ad

[GitHub] [incubator-apisix] membphis commented on issue #1187: del useless tips

2020-03-03 Thread GitBox
membphis commented on issue #1187: del useless tips URL: https://github.com/apache/incubator-apisix/pull/1187#issuecomment-593846909 @wwd5613 merged, many thx This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-apisix] membphis commented on issue #1185: Moving logs utils and batch processor to utils dir and typo fixes in docs

2020-03-03 Thread GitBox
membphis commented on issue #1185: Moving logs utils and batch processor to utils dir and typo fixes in docs URL: https://github.com/apache/incubator-apisix/pull/1185#issuecomment-593848702 We should use `git rebase` to update our branch. If you use the merge method, it may cause errors.

[GitHub] [incubator-apisix] sshniro commented on issue #1185: Moving logs utils and batch processor to utils dir and typo fixes in docs

2020-03-03 Thread GitBox
sshniro commented on issue #1185: Moving logs utils and batch processor to utils dir and typo fixes in docs URL: https://github.com/apache/incubator-apisix/pull/1185#issuecomment-593850468 Aw, my bad, let me fix this. This is

[GitHub] [incubator-apisix] sshniro closed pull request #1185: Moving logs utils and batch processor to utils dir and typo fixes in docs

2020-03-03 Thread GitBox
sshniro closed pull request #1185: Moving logs utils and batch processor to utils dir and typo fixes in docs URL: https://github.com/apache/incubator-apisix/pull/1185 This is an automated message from the Apache Git Service.

[GitHub] [incubator-apisix] membphis closed issue #1180: bad code style

2020-03-03 Thread GitBox
membphis closed issue #1180: bad code style URL: https://github.com/apache/incubator-apisix/issues/1180 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-apisix] membphis merged pull request #1182: Fix bad code style.

2020-03-03 Thread GitBox
membphis merged pull request #1182: Fix bad code style. URL: https://github.com/apache/incubator-apisix/pull/1182 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[incubator-apisix] branch master updated: CLI: fixed bad code style. (#1182)

2020-03-03 Thread membphis
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/incubator-apisix.git The following commit(s) were added to refs/heads/master by this push: new 7340a07 CLI: fixed bad code style.

[GitHub] [incubator-apisix] sshniro opened a new issue #1190: request help: How to pronounce the project name?

2020-03-03 Thread GitBox
sshniro opened a new issue #1190: request help: How to pronounce the project name? URL: https://github.com/apache/incubator-apisix/issues/1190 Hi, this might be a very silly question but when I came across the project initially I was wondering how to pronounce the project? Is it sim

[GitHub] [incubator-apisix] membphis commented on issue #1182: Fix bad code style.

2020-03-03 Thread GitBox
membphis commented on issue #1182: Fix bad code style. URL: https://github.com/apache/incubator-apisix/pull/1182#issuecomment-593855474 @Akayeshmantha merged, many thx This is an automated message from the Apache Git Service.

[GitHub] [incubator-apisix] membphis commented on issue #1186: request help: How to test the log_utils?

2020-03-03 Thread GitBox
membphis commented on issue #1186: request help: How to test the log_utils? URL: https://github.com/apache/incubator-apisix/issues/1186#issuecomment-593858899 You can take a look at this test case: https://github.com/apache/incubator-apisix/blob/master/t/core/log.t#L31 If you

[GitHub] [incubator-apisix] sshniro opened a new pull request #1191: Moving logs utils and batch processor to utils dir and typo fixes in docs

2020-03-03 Thread GitBox
sshniro opened a new pull request #1191: Moving logs utils and batch processor to utils dir and typo fixes in docs URL: https://github.com/apache/incubator-apisix/pull/1191 - Buf fix for Batch processor (L:143) to return if batch_max_size is 1. -

[GitHub] [incubator-apisix] membphis commented on issue #1190: request help: How to pronounce the project name?

2020-03-03 Thread GitBox
membphis commented on issue #1190: request help: How to pronounce the project name? URL: https://github.com/apache/incubator-apisix/issues/1190#issuecomment-593861513 "6" is a lucky number in China, so we would like to call it `API SIX`. ^_^ ---

[GitHub] [incubator-apisix] membphis closed issue #1190: request help: How to pronounce the project name?

2020-03-03 Thread GitBox
membphis closed issue #1190: request help: How to pronounce the project name? URL: https://github.com/apache/incubator-apisix/issues/1190 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-apisix-dashboard] xiangxiren opened a new issue #132: 菜单栏收缩按钮不清晰

2020-03-03 Thread GitBox
xiangxiren opened a new issue #132: 菜单栏收缩按钮不清晰 URL: https://github.com/apache/incubator-apisix-dashboard/issues/132 ![image](https://user-images.githubusercontent.com/12774053/75763575-68dc9780-5d77-11ea-9e7d-b49f93142e98.png) 参考标题 ---

[GitHub] [incubator-apisix] membphis commented on issue #1189: request help: How to implement thread sleep in Nginx Test

2020-03-03 Thread GitBox
membphis commented on issue #1189: request help: How to implement thread sleep in Nginx Test URL: https://github.com/apache/incubator-apisix/issues/1189#issuecomment-593872305 can you prove us a mini case? I can not sure I got your point completely. ---

[GitHub] [incubator-apisix-dashboard] membphis commented on issue #132: 菜单栏收缩按钮不清晰

2020-03-03 Thread GitBox
membphis commented on issue #132: 菜单栏收缩按钮不清晰 URL: https://github.com/apache/incubator-apisix-dashboard/issues/132#issuecomment-593872630 please use English in public channel This is an automated message from the Apache Git Se

[GitHub] [incubator-apisix] agile6v commented on a change in pull request #1153: feature: support for proxy caching plugin based on disk.

2020-03-03 Thread GitBox
agile6v commented on a change in pull request #1153: feature: support for proxy caching plugin based on disk. URL: https://github.com/apache/incubator-apisix/pull/1153#discussion_r386937456 ## File path: lua/apisix/plugins/proxy-cache.lua ## @@ -178,6 +158,91 @@ local func

[GitHub] [incubator-apisix] Akayeshmantha commented on issue #1170: doc: add English doc `doc/profile-cn.md`

2020-03-03 Thread GitBox
Akayeshmantha commented on issue #1170: doc: add English doc `doc/profile-cn.md` URL: https://github.com/apache/incubator-apisix/issues/1170#issuecomment-593934270 @membphis I would like to work on this task This is an autom

[GitHub] [incubator-apisix] Akayeshmantha commented on issue #1168: change: disables logging of errors about not found files into error_log for admin api.

2020-03-03 Thread GitBox
Akayeshmantha commented on issue #1168: change: disables logging of errors about not found files into error_log for admin api. URL: https://github.com/apache/incubator-apisix/issues/1168#issuecomment-593935599 @membphis is this task in progress ? -

[GitHub] [incubator-apisix] membphis commented on issue #1170: doc: add English doc `doc/profile-cn.md`

2020-03-03 Thread GitBox
membphis commented on issue #1170: doc: add English doc `doc/profile-cn.md` URL: https://github.com/apache/incubator-apisix/issues/1170#issuecomment-593948453 @Akayeshmantha thanks you, waiting for your PR This is an automat

[GitHub] [incubator-apisix] membphis commented on issue #1168: change: disables logging of errors about not found files into error_log for admin api.

2020-03-03 Thread GitBox
membphis commented on issue #1168: change: disables logging of errors about not found files into error_log for admin api. URL: https://github.com/apache/incubator-apisix/issues/1168#issuecomment-593949304 No progress at this time, if you are interested, welcome to contribute PR --

[GitHub] [incubator-apisix] membphis commented on issue #1168: change: disables logging of errors about not found files into error_log for admin api.

2020-03-03 Thread GitBox
membphis commented on issue #1168: change: disables logging of errors about not found files into error_log for admin api. URL: https://github.com/apache/incubator-apisix/issues/1168#issuecomment-593950528 @dabue Have you made any progress? -

[GitHub] [incubator-apisix] membphis removed a comment on issue #1168: change: disables logging of errors about not found files into error_log for admin api.

2020-03-03 Thread GitBox
membphis removed a comment on issue #1168: change: disables logging of errors about not found files into error_log for admin api. URL: https://github.com/apache/incubator-apisix/issues/1168#issuecomment-593949304 No progress at this time, if you are interested, welcome to contribute PR --

[GitHub] [incubator-apisix] Akayeshmantha commented on issue #1170: doc: add English doc `doc/profile-cn.md`

2020-03-03 Thread GitBox
Akayeshmantha commented on issue #1170: doc: add English doc `doc/profile-cn.md` URL: https://github.com/apache/incubator-apisix/issues/1170#issuecomment-593958504 @membphis added the PR. This is an automated message from th

[GitHub] [incubator-apisix] Akayeshmantha opened a new pull request #1192: doc: add English doc `doc/profile-cn.md`

2020-03-03 Thread GitBox
Akayeshmantha opened a new pull request #1192: doc: add English doc `doc/profile-cn.md` URL: https://github.com/apache/incubator-apisix/pull/1192 ### Full changelog Add English translation. ### Issues resolved Fix #1170

[GitHub] [incubator-apisix] agile6v commented on issue #1153: feature: support for proxy caching plugin based on disk.

2020-03-03 Thread GitBox
agile6v commented on issue #1153: feature: support for proxy caching plugin based on disk. URL: https://github.com/apache/incubator-apisix/pull/1153#issuecomment-593967942 > > And I have other new questions: > > > > 1. need some e2e test case > > 2. need a way to purge the old cac

[GitHub] [incubator-apisix] dabue opened a new pull request #1193: disable the error logs of by default

2020-03-03 Thread GitBox
dabue opened a new pull request #1193: disable the error logs of by default URL: https://github.com/apache/incubator-apisix/pull/1193 NOTE: Please read the Contributing.md guidelines before submitting your patch: https://github.com/apache/incubator-apisix/blob/master/Contributing.m

[GitHub] [incubator-apisix] Akayeshmantha commented on issue #1184: bug: failed to call `apisix init` after apisix was installed by luarocks

2020-03-03 Thread GitBox
Akayeshmantha commented on issue #1184: bug: failed to call `apisix init` after apisix was installed by luarocks URL: https://github.com/apache/incubator-apisix/issues/1184#issuecomment-593973661 isn't it obvious since luarocks not getting installed from the script? https://github.com/

[GitHub] [incubator-apisix] dabue commented on issue #1168: change: disables logging of errors about not found files into error_log for admin api.

2020-03-03 Thread GitBox
dabue commented on issue #1168: change: disables logging of errors about not found files into error_log for admin api. URL: https://github.com/apache/incubator-apisix/issues/1168#issuecomment-593973907  I pushed 1 commit ,  check it please. -- 原始邮件 --

[GitHub] [incubator-apisix] Akayeshmantha removed a comment on issue #1184: bug: failed to call `apisix init` after apisix was installed by luarocks

2020-03-03 Thread GitBox
Akayeshmantha removed a comment on issue #1184: bug: failed to call `apisix init` after apisix was installed by luarocks URL: https://github.com/apache/incubator-apisix/issues/1184#issuecomment-593973661 isn't it obvious since luarocks not getting installed from the script? https://git

[GitHub] [incubator-apisix] Akayeshmantha commented on issue #1184: bug: failed to call `apisix init` after apisix was installed by luarocks

2020-03-03 Thread GitBox
Akayeshmantha commented on issue #1184: bug: failed to call `apisix init` after apisix was installed by luarocks URL: https://github.com/apache/incubator-apisix/issues/1184#issuecomment-593983034 isn't this missing in the script @membphis ? `create_lua_deps() { sudo luarocks mak

[GitHub] [incubator-apisix] dabue opened a new pull request #1194: add log_not_found off default

2020-03-03 Thread GitBox
dabue opened a new pull request #1194: add log_not_found off default URL: https://github.com/apache/incubator-apisix/pull/1194 NOTE: Please read the Contributing.md guidelines before submitting your patch: https://github.com/apache/incubator-apisix/blob/master/Contributing.md#how-to

[GitHub] [incubator-apisix] membphis closed pull request #1193: disable the error logs of by default

2020-03-03 Thread GitBox
membphis closed pull request #1193: disable the error logs of by default URL: https://github.com/apache/incubator-apisix/pull/1193 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-apisix] membphis commented on issue #1193: disable the error logs of by default

2020-03-03 Thread GitBox
membphis commented on issue #1193: disable the error logs of by default URL: https://github.com/apache/incubator-apisix/pull/1193#issuecomment-593984618 we can close this. duplicated with https://github.com/apache/incubator-apisix/pull/1193

[GitHub] [incubator-apisix] Akayeshmantha commented on issue #1192: doc: add English doc `doc/profile-cn.md`

2020-03-03 Thread GitBox
Akayeshmantha commented on issue #1192: doc: add English doc `doc/profile-cn.md` URL: https://github.com/apache/incubator-apisix/pull/1192#issuecomment-593994594 @membphis can you check this please 😃 Thank you This is a

[GitHub] [incubator-apisix] moonming commented on a change in pull request #1153: feature: support for proxy caching plugin based on disk.

2020-03-03 Thread GitBox
moonming commented on a change in pull request #1153: feature: support for proxy caching plugin based on disk. URL: https://github.com/apache/incubator-apisix/pull/1153#discussion_r387398703 ## File path: lua/apisix/plugins/proxy-cache.lua ## @@ -0,0 +1,278 @@ +-- +-- Lice

[GitHub] [incubator-apisix] membphis commented on issue #1194: change: disables logging of errors about not found files into error_log for admin api.

2020-03-03 Thread GitBox
membphis commented on issue #1194: change: disables logging of errors about not found files into error_log for admin api. URL: https://github.com/apache/incubator-apisix/pull/1194#issuecomment-594271346 @dabue merged, many thx ---

[incubator-apisix] branch master updated: change: disables logging of errors about not found files into error_log for admin api.

2020-03-03 Thread membphis
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/incubator-apisix.git The following commit(s) were added to refs/heads/master by this push: new 6d2ecee change: disables logging of

[GitHub] [incubator-apisix] membphis closed issue #1168: change: disables logging of errors about not found files into error_log for admin api.

2020-03-03 Thread GitBox
membphis closed issue #1168: change: disables logging of errors about not found files into error_log for admin api. URL: https://github.com/apache/incubator-apisix/issues/1168 This is an automated message from the Apache Git

[GitHub] [incubator-apisix] membphis merged pull request #1194: change: disables logging of errors about not found files into error_log for admin api.

2020-03-03 Thread GitBox
membphis merged pull request #1194: change: disables logging of errors about not found files into error_log for admin api. URL: https://github.com/apache/incubator-apisix/pull/1194 This is an automated message from the Apach

[GitHub] [incubator-apisix] moonming commented on a change in pull request #1153: feature: support for proxy caching plugin based on disk.

2020-03-03 Thread GitBox
moonming commented on a change in pull request #1153: feature: support for proxy caching plugin based on disk. URL: https://github.com/apache/incubator-apisix/pull/1153#discussion_r387403420 ## File path: lua/apisix/plugins/proxy-cache.lua ## @@ -0,0 +1,278 @@ +-- +-- Lice

[GitHub] [incubator-apisix] membphis commented on issue #1184: bug: failed to call `apisix init` after apisix was installed by luarocks

2020-03-03 Thread GitBox
membphis commented on issue #1184: bug: failed to call `apisix init` after apisix was installed by luarocks URL: https://github.com/apache/incubator-apisix/issues/1184#issuecomment-594272506 This bug should be that the Lua search path does not include `apisix.core.profile`. We need to

[GitHub] [incubator-apisix] moonming merged pull request #1192: doc: add English doc `doc/profile-cn.md`

2020-03-03 Thread GitBox
moonming merged pull request #1192: doc: add English doc `doc/profile-cn.md` URL: https://github.com/apache/incubator-apisix/pull/1192 This is an automated message from the Apache Git Service. To respond to the message, pleas

[incubator-apisix] branch master updated: doc: add English doc `doc/profile-cn.md` (#1192)

2020-03-03 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git The following commit(s) were added to refs/heads/master by this push: new e64ed39 doc: add English doc `doc/pr

[GitHub] [incubator-apisix] moonming closed issue #1170: doc: add English doc `doc/profile-cn.md`

2020-03-03 Thread GitBox
moonming closed issue #1170: doc: add English doc `doc/profile-cn.md` URL: https://github.com/apache/incubator-apisix/issues/1170 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-apisix] moonming commented on issue #1192: doc: add English doc `doc/profile-cn.md`

2020-03-03 Thread GitBox
moonming commented on issue #1192: doc: add English doc `doc/profile-cn.md` URL: https://github.com/apache/incubator-apisix/pull/1192#issuecomment-594272736 @Akayeshmantha merged, thx This is an automated message from the Apac

[GitHub] [incubator-apisix] moonming merged pull request #1191: Moving logs utils and batch processor to utils dir and typo fixes in docs

2020-03-03 Thread GitBox
moonming merged pull request #1191: Moving logs utils and batch processor to utils dir and typo fixes in docs URL: https://github.com/apache/incubator-apisix/pull/1191 This is an automated message from the Apache Git Service

[incubator-apisix] branch master updated (e64ed39 -> 429f016)

2020-03-03 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git. from e64ed39 doc: add English doc `doc/profile-cn.md` (#1192) add 429f016 feature: Moving logs utils and

[GitHub] [incubator-apisix-dashboard] xiangxiren commented on issue #132: 菜单栏收缩按钮不清晰

2020-03-03 Thread GitBox
xiangxiren commented on issue #132: 菜单栏收缩按钮不清晰 URL: https://github.com/apache/incubator-apisix-dashboard/issues/132#issuecomment-594276940 as can be seen from the figure above,the menu bar shrink button is unclear This is an

[GitHub] [incubator-apisix-dashboard] xiangxiren edited a comment on issue #132: 菜单栏收缩按钮不清晰

2020-03-03 Thread GitBox
xiangxiren edited a comment on issue #132: 菜单栏收缩按钮不清晰 URL: https://github.com/apache/incubator-apisix-dashboard/issues/132#issuecomment-594276940 ok. as can be seen from the figure above,the menu bar shrink button is unclear

[incubator-apisix-website] branch master updated: feat: update download link

2020-03-03 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix-website.git The following commit(s) were added to refs/heads/master by this push: new 271aaa2 feat: update downl

[incubator-apisix-website] branch asf-site updated: Publishing to asf-site (publish.sh)

2020-03-03 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-apisix-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 927db62 Publishing to

[GitHub] [incubator-apisix] wwd5613 opened a new issue #1195: feature:: support multiple ports like stream listen in http and https listen port.

2020-03-03 Thread GitBox
wwd5613 opened a new issue #1195: feature:: support multiple ports like stream listen in http and https listen port. URL: https://github.com/apache/incubator-apisix/issues/1195 ### Issue description ### Environment * apisix version (cmd: `apisix version`): * OS: --

[GitHub] [incubator-apisix] membphis commented on issue #1195: feature: support multiple ports like stream listen in http and https listen port.

2020-03-03 Thread GitBox
membphis commented on issue #1195: feature: support multiple ports like stream listen in http and https listen port. URL: https://github.com/apache/incubator-apisix/issues/1195#issuecomment-594311410 Very good advice This is

[GitHub] [incubator-apisix] membphis opened a new issue #1196: improvement: print a warning message when running APISIX in `/root` directory

2020-03-03 Thread GitBox
membphis opened a new issue #1196: improvement: print a warning message when running APISIX in `/root` directory URL: https://github.com/apache/incubator-apisix/issues/1196 Improvement: Because Nginx's default worker process uses the nobody user, it does not have permission to read the / r

[GitHub] [incubator-apisix] wanzhenhan opened a new issue #1197: bug: when I exec the step "make run ", the nginx is started but its log print error

2020-03-03 Thread GitBox
wanzhenhan opened a new issue #1197: bug: when I exec the step "make run ",the nginx is started but its log print error URL: https://github.com/apache/incubator-apisix/issues/1197 ### Issue description nginx's error.log print: 2020/03/04 12:29:07 [error] 14661#0: *72 [lua] config_loca

[GitHub] [incubator-apisix] membphis commented on issue #1197: bug: when I exec the step "make run ", the nginx is started but its log print error

2020-03-03 Thread GitBox
membphis commented on issue #1197: bug: when I exec the step "make run ",the nginx is started but its log print error URL: https://github.com/apache/incubator-apisix/issues/1197#issuecomment-594359988 same problem with https://github.com/apache/incubator-apisix/issues/1196 ---

[GitHub] [incubator-apisix] membphis closed issue #1197: bug: when I exec the step "make run ", the nginx is started but its log print error

2020-03-03 Thread GitBox
membphis closed issue #1197: bug: when I exec the step "make run ",the nginx is started but its log print error URL: https://github.com/apache/incubator-apisix/issues/1197 This is an automated message from the Apache Git Ser