For the reverse proxy part, a Ring/Jetty app is not really different than any other web application.
You need to configure Apache to use the SSL certificates and to forward requests to your application. See this tutorial: https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server-as-reverse-proxy-using-mod_proxy-extension The tutorial configures Apache as a reverse proxy to forward the requests to port 8080. You can change the port 8080 to the port used by your application (eg. port 3000) and you'll be done. Here's another tutorial (Clojure specific) by Adam Bard which configures NGinx as the web server, but uses the same ideas: http://adambard.com/blog/deploying-a-clojure-web-app-on-digitalocean/ Regards, Denis El jueves, 3 de diciembre de 2015, 12:25:16 (UTC-8), piast...@gmail.com escribió: > > Can anyone point me to a good tutorial about setting up a Ring/Jetty app > that works through a reverse proxy via Apache? > > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.