This commit is contained in:
martin 2025-04-23 09:53:52 +02:00
parent be704621a0
commit 30eae2b202

View File

@ -103,10 +103,9 @@ server {
ssl_certificate_key /etc/letsencrypt/live/club.ligalytics.com/privkey.pem; # managed by Certbot
}
stream {
server {
server_name 217.91.194.204;
listen 6379;
proxy_pass 182.168.178.107:6379;
}
server {
listen 6379;
proxy_pass 192.168.178.107:6379; # Directly forward to Redis
proxy_set_header Host $host; # Preserve the original Host header
proxy_set_header X-Real-IP $remote_addr; # Preserve the client's IP
}