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
답변함 일 년 전
  • 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

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠