You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone setup Kasm successfully? Been using Zoraxy for a while but still new to the more complex proxy world. I'm not 100% how to configure Zoraxy when given Nginx or other proxy instructions.
For example, how is this entered?
# Host and X headers
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Has anyone setup Kasm successfully? Been using Zoraxy for a while but still new to the more complex proxy world. I'm not 100% how to configure Zoraxy when given Nginx or other proxy instructions.
For example, how is this entered?
When do I use $ and ;? or do i strop that out?
https://www.kasmweb.com/docs/latest/how_to/reverse_proxy.html
Beta Was this translation helpful? Give feedback.
All reactions