You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/05/11 10:07:00 UTC

[GitHub] [incubator-apisix-docker] to2false opened a new issue #50: nginx: [emerg] invalid number of arguments in "resolver_timeout" directive in /usr/local/apisix/conf/nginx.conf:54

to2false opened a new issue #50:
URL: https://github.com/apache/incubator-apisix-docker/issues/50


   ### Step 1
   ```
   docker pull apache/apisix:1.2-alpine
   ```
   ### Step 2
   ```
   docker run --name gateway \
    -v `pwd`/example/apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml \
    -v `pwd`/example/apisix_log:/usr/local/apisix/logs  \
    -v `pwd`/example/dashboard:/usr/local/apisix/dashboard \
    -p 9080:9080 \
    -p 9443:9443 \
    -d apache/apisix:1.2-centos
   ```
   
   the container exits, check the log and get this
   ```
   nginx: [emerg] invalid number of arguments in "resolver_timeout" directive in /usr/local/apisix/conf/nginx.conf:54
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-apisix-docker] to2false edited a comment on issue #50: nginx: [emerg] invalid number of arguments in "resolver_timeout" directive in /usr/local/apisix/conf/nginx.conf:54

Posted by GitBox <gi...@apache.org>.
to2false edited a comment on issue #50:
URL: https://github.com/apache/incubator-apisix-docker/issues/50#issuecomment-629021298


   I replace apisix conf with https://github.com/apache/incubator-apisix/blob/master/conf/config.yaml, it works. the conf for this repo is old, and there is a PR to submit.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-apisix-docker] to2false closed issue #50: nginx: [emerg] invalid number of arguments in "resolver_timeout" directive in /usr/local/apisix/conf/nginx.conf:54

Posted by GitBox <gi...@apache.org>.
to2false closed issue #50:
URL: https://github.com/apache/incubator-apisix-docker/issues/50


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-apisix-docker] to2false commented on issue #50: nginx: [emerg] invalid number of arguments in "resolver_timeout" directive in /usr/local/apisix/conf/nginx.conf:54

Posted by GitBox <gi...@apache.org>.
to2false commented on issue #50:
URL: https://github.com/apache/incubator-apisix-docker/issues/50#issuecomment-626608284


   I tried to compile manually and get look like a network error😂
   ```
   + luarocks install https://github.com/apache/incubator-apisix/raw/master/rockspec/apisix-1.2-0.rockspec '--tree=/usr/local/apisix/deps'
   
   
   Error: Error fetching file: Failed downloading https://github.com/apache/incubator-apisix/raw/master/rockspec/apisix-1.2-0.rockspec - apisix-1.2-0.rockspec
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-apisix-docker] to2false commented on issue #50: nginx: [emerg] invalid number of arguments in "resolver_timeout" directive in /usr/local/apisix/conf/nginx.conf:54

Posted by GitBox <gi...@apache.org>.
to2false commented on issue #50:
URL: https://github.com/apache/incubator-apisix-docker/issues/50#issuecomment-629021298


   I replace apisix conf with https://github.com/apache/incubator-apisix/blob/master/conf/config.yaml, it works. the conf for this repo is old


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org