https://supabase.com/ logo
#off-topic
Title
# off-topic
m

Miguel2390d

01/07/2022, 1:12 PM
Does anyone know what web server the hosted version uses?
k

ktosiek

01/07/2022, 1:27 PM
x-powered-by says "Express", so probably Express?
Why do you ask?
m

Miguel2390d

01/07/2022, 6:07 PM
I was figuring out if the self hosted version provided variables for supporting HTTPS directly
Instead of using nginx as a reverse proxy for the studio part
k

ktosiek

01/07/2022, 6:19 PM
I would just use whatever's available for you - having a reverse proxy is surprisingly handy in the long run (you can delegate some URLs to other services, add logging, add anti-(D)DoS etc.).