[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-20 14:39:56
This commit is contained in:
parent
e630c76d2f
commit
3f340e5a1c
|
|
@ -37,6 +37,10 @@ server {
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name business.itguys.com.br;
|
server_name business.itguys.com.br;
|
||||||
|
|
||||||
|
ssl_certificate /etc/letsencrypt/live/business.itguys.com.br/fullchain.pem;
|
||||||
|
ssl_certificate_key /etc/letsencrypt/live/business.itguys.com.br/privkey.pem;
|
||||||
|
ssl_trusted_certificate /etc/letsencrypt/live/business.itguys.com.br/fullchain.pem;
|
||||||
|
|
||||||
# Inclui o nosso "kit" de segurança SSL com cifras modernas e cabeçalhos de segurança.
|
# Inclui o nosso "kit" de segurança SSL com cifras modernas e cabeçalhos de segurança.
|
||||||
include /etc/nginx/snippets/ssl_params.conf;
|
include /etc/nginx/snippets/ssl_params.conf;
|
||||||
|
|
||||||
|
|
@ -80,8 +84,4 @@ server {
|
||||||
# include /etc/nginx/snippets/websocket_params.conf;
|
# include /etc/nginx/snippets/websocket_params.conf;
|
||||||
proxy_pass http://172.16.121.13;
|
proxy_pass http://172.16.121.13;
|
||||||
}
|
}
|
||||||
ssl_certificate /etc/letsencrypt/live/business.itguys.com.br/fullchain.pem;
|
|
||||||
ssl_certificate_key /etc/letsencrypt/live/business.itguys.com.br/privkey.pem;
|
|
||||||
ssl_trusted_certificate /etc/letsencrypt/live/business.itguys.com.br/fullchain.pem;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue