Добавлены nginx конфиги mainsail
This commit is contained in:
parent
ada5784168
commit
c1cfea8593
|
@ -154,6 +154,7 @@ file:
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
|
md5: cdd4db70530b344c4a8e31b0a96e39c6
|
||||||
|
|
||||||
/etc/haproxy/haproxy.cfg:
|
/etc/haproxy/haproxy.cfg:
|
||||||
exists: true
|
exists: true
|
||||||
|
|
|
@ -40,6 +40,9 @@ apt-get -y install nginx
|
||||||
rm -f /etc/nginx/conf.d/default.conf
|
rm -f /etc/nginx/conf.d/default.conf
|
||||||
rm -f /etc/nginx/sites-enabled/default
|
rm -f /etc/nginx/sites-enabled/default
|
||||||
|
|
||||||
|
install -m644 -o 0 -g 0 $ConfigsHome/etc/nginx/conf.d/mainsail.conf /etc/nginx/conf.d/mainsail.conf
|
||||||
|
install -m644 -o 0 -g 0 $ConfigsHome/etc/nginx/sites-enabled/mainsail /etc/nginx/sites-enabled/mainsail
|
||||||
|
|
||||||
install -m644 -o 0 -g 0 $ConfigsHome/etc/haproxy/haproxy.cfg /etc/haproxy/haproxy.cfg
|
install -m644 -o 0 -g 0 $ConfigsHome/etc/haproxy/haproxy.cfg /etc/haproxy/haproxy.cfg
|
||||||
|
|
||||||
bash -c '
|
bash -c '
|
||||||
|
|
Loading…
Reference in New Issue