Hi Team, For Typesense setup in Production what wo...
# community-help
s
Hi Team, For Typesense setup in Production what would be a option/best practice if the customer does not want the 8108 directly exposed to incoming public-facing internet traffic?
and if you have any documentation regarding the alternative it would be very useful.
k
Move it behind nginx. There are many guides about running services behind nginx. We don't have docs for that though because typesense is already using a production ready http server so you can directly expose it on port 443 (https) but I do get your customer's concern.
s
Thanks, this is useful input. We are running apache in that server, so i guess we can implement reverse proxy using apache.
I also found a video with simple steps on apache reverse proxy config for a scenerio similar to ours.

https://www.youtube.com/watch?v=vPEcHU7yUdk

k
Yes that works as well