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?
Suraj Prabhu
06/23/2023, 12:55 PM
and if you have any documentation regarding the alternative it would be very useful.
k
Kishore Nallan
06/23/2023, 2:19 PM
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
Suraj Prabhu
06/23/2023, 3:08 PM
Thanks, this is useful input. We are running apache in that server, so i guess we can implement reverse proxy using apache.
Suraj Prabhu
06/23/2023, 3:08 PM
I also found a video with simple steps on apache reverse proxy config for a scenerio similar to ours.