Answer the question
In order to leave comments, you need to log in
What configuration management system should I choose to change nginx configs?
Hello gentlemen DevOps,
Unfortunately, I approach the implementation of the task after the fact and have a superficial understanding of configuration management systems. Since I used shell scripts before, I looked askance towards control systems and that was enough, until now).
What would you advise a beginner to solve the following problem:
Everything is pretty banal.
It is necessary to replace the nginx config on three proxy servers with the change of the current ip (proxy server) in the server block, /etc/nginx/nginx.conf
file :
server {
listen {{ ip }}:80;
server_name example.com;
root “/var/www”
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question