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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南