I'm new to AWS EBS. I'm trying to modify etc/nginx/nginx.conf. I just wanted to add a line in http{ underscores_in_headers on; }
and I'm able to change by accessing the instance with IP using putty. But the problem is that when auto scaling scales the environment with new IP then the line http{ underscores_in_headers on; }
will be removed from new instance.
So, I want when server deploy new snapshot/instance has to be similar as the main server or you can say with same configuration.