[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-22 17:05:24

This commit is contained in:
srvproxy001.itguys.com.br 2025-09-22 17:05:24 -03:00
parent 31cc46e960
commit c82063ac8d
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ server {
# Passa a requisição para o backend
proxy_pass http://nextcloud_backend;
# F. Cabeçalhos de Proxy
proxy_set_header Host $host;
# F. Cabeçalhos de Proxy
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;