[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-11-25 09:27:50
This commit is contained in:
parent
b68e40648c
commit
513e34a5df
|
|
@ -33,6 +33,8 @@ events {
|
||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
server_names_hash_bucket_size 128;
|
||||||
|
include /etc/letsencrypt/le_http_01_cert_challenge.conf;
|
||||||
# --- Configurações Globais Mínimas ---
|
# --- Configurações Globais Mínimas ---
|
||||||
sendfile on;
|
sendfile on;
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,9 @@ upstream officeonline_backend {
|
||||||
server 172.16.253.101;
|
server 172.16.253.101;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {rewrite ^(/.well-known/acme-challenge/.*) $1 break; # managed by Certbot
|
||||||
|
|
||||||
|
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
server_name cloud.grupopralog.com.br;
|
server_name cloud.grupopralog.com.br;
|
||||||
|
|
@ -45,9 +47,13 @@ server {
|
||||||
location / {
|
location / {
|
||||||
return 301 https://$host$request_uri;
|
return 301 https://$host$request_uri;
|
||||||
}
|
}
|
||||||
|
location = /.well-known/acme-challenge/D8ZKClTjpHTDF0-5TuUn6UpqXFCeBdukueXor5Ho4SU{default_type text/plain;return 200 D8ZKClTjpHTDF0-5TuUn6UpqXFCeBdukueXor5Ho4SU.6NQOP-_cyjMVLz8P4PfH0klS5ZH2qgREfeMrgpUfnEk;} # managed by Certbot
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {rewrite ^(/.well-known/acme-challenge/.*) $1 break; # managed by Certbot
|
||||||
|
|
||||||
|
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name cloud.grupopralog.com.br;
|
server_name cloud.grupopralog.com.br;
|
||||||
|
|
@ -303,4 +309,6 @@ server {
|
||||||
proxy_buffering on;
|
proxy_buffering on;
|
||||||
proxy_request_buffering off;
|
proxy_request_buffering off;
|
||||||
}
|
}
|
||||||
|
location = /.well-known/acme-challenge/D8ZKClTjpHTDF0-5TuUn6UpqXFCeBdukueXor5Ho4SU{default_type text/plain;return 200 D8ZKClTjpHTDF0-5TuUn6UpqXFCeBdukueXor5Ho4SU.6NQOP-_cyjMVLz8P4PfH0klS5ZH2qgREfeMrgpUfnEk;} # managed by Certbot
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue