Streamline

Results 2 comments of Streamline

Docker compose On 4 Mar 2025, at 07:02, Akshat Jain ***@***.***> wrote: Are you using docker-compose or kubernetes to self-host the plane?—Reply to this email directly, view it on GitHub,...

Yes Nginx server { http2 on; server_name DOMAIN; location / { proxy_pass http://10.10.10.113/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;...