nginx and php fpm in dokcer image pointless response on Amazon ECS (load balancer)

0

I have a Laravel project running on the Amazon ECS(with aws load balancer) and It contains php fpm and nginx. It exposes Nginx 80 port. But sometimes It returns pointless responses like this

<span style='display:none'>
 d85371f57439c77c184143f74df8359a
</span>

I couldn’t find any problem with that on the Internet. I hope anyone can help me. Also, nginx and Amazon don’t write any error logs. I couldn’t find any error log about that

  • Hello. I'm also having the exact same problem. In my case it's Laravel 5.5. What happened to your problem after that?

1 回答
0

Hi, to investigate more the issue I would recommend to execute the application locally on your machine to better understand who is sending this HTML snippet. Otherwise you could provide a public ip to your running task on ECS and connect to the task directly, by applying the proper security group and network configurations. My guess is that the code snippet is generated by your some error on application level

AWS
已回答 1 年前
  • Thanks you for answer. But I have tried all ways for that. I am sure enough there is no problem about my laravel application or docker. because it works on another e2c instance without any problem. I think this problem comes from ABL

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则