lint-review: Gunicorn is getting 404 errors

Hello, I’m running lint-review on docker. I noticed that:

web_1     | [2018-08-07 08:44:59 +0000] [10] [DEBUG] GET /ping
web_1     | 127.0.0.1 - - [07/Aug/2018:08:44:59 +0000] "GET /ping HTTP/1.1" 404 233 "-" "curl/7.47.0"
broker_1  | 2018-08-07 08:45:01.810 [info] <0.813.0> accepting AMQP connection <0.813.0> (192.168.128.3:38632 -> 192.168.128.2:5672)
broker_1  | 2018-08-07 08:45:01.815 [info] <0.813.0> connection <0.813.0> (192.168.128.3:38632 -> 192.168.128.2:5672): user 'guest' authenticated and granted access to vhost '/'
broker_1  | 2018-08-07 08:45:01.861 [warning] <0.813.0> closing AMQP connection <0.813.0> (192.168.128.3:38632 -> 192.168.128.2:5672, vhost: '/', user: 'guest'):

Gunicorn is getting 404 errors on ping. Any ideas?

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 15 (5 by maintainers)

Commits related to this issue

Most upvoted comments

Environment: AWS EC2 - Ubuntu Server 16.04 Installed docker-ce, docker-compose with the instructions of official docker documentation, then cloning the repository, running docker-compose pull and docker-compose up.