This commit is contained in:
martin 2025-04-23 09:49:17 +02:00
parent ee998324fe
commit dff1c81d3d

View File

@ -108,7 +108,7 @@ server {
listen 6379;
location / {
proxy_pass redis://bernie:6379;
proxy_pass bernie:6379;
proxy_set_header HOST;
proxy_set_header X-Real-IP $remote_addr;
proxy_connect_timeout 5;