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. <img src="https://front.com/assets/img/favicons/favicon-32x32.png" height="16" width="16" alt="Front logo" /> [Front conversations](https://app.frontapp.com/open/top_b69u4) |
||
|---|---|---|
| .. | ||
| ansible | ||
| aws | ||
| aws_ami | ||
| digital_ocean | ||
| docker | ||
| helm | ||
| heroku | ||
| packer | ||