Fixes: [24013](https://github.com/appsmithorg/appsmith/issues/24013) The issue started with the introduction of adding of startup-events. Because of the ipv6 header ``` server { listen 80 default_server; listen [::]:80 default_server; } ``` present in the `/etc/nginx/sites-enabled/default` and calling nginx [here](https://github.com/appsmithorg/appsmith/blob/release/deploy/docker/entrypoint.sh#L392). With this change we are removing ```listen [::]:80 default_server;``` from the file before starting nginx. --------- Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com> |
||
|---|---|---|
| .. | ||
| ansible | ||
| aws | ||
| aws_ami | ||
| digital_ocean | ||
| docker | ||
| helm | ||
| heroku | ||
| packer | ||