-
Recent Posts
Recent Comments
- Cyril Franceschini on Play Framework 2 in production: HTTPS using nginx
- Tachuela on Real-world performance of the Play framework on EC2
- Christian Papauschek on Play Framework 2 in production: HTTPS using nginx
- AGhost_7 on Play Framework 2 in production: HTTPS using nginx
- Facundo Rossi on Using Play Framework 2 in production
Archives
Categories
-
Meta
Tag Archives: nginx
Using Play Framework 2 in production
Even though Play Framework 2 is a young framework, we found it to be quite stable for production use. Still, here are some points you may want to consider when working on a serious web project using Play 2.2. This … Continue reading
Posted in Play framework, Slick
Tagged https, nginx, play framework 2, reverse proxy, scala, ssl
3 Comments
Play Framework 2 in production: HTTPS using nginx
If you provide some sort of user login on your page, you’ll probably want to use HTTPS/SSL. Play Framework 2 supports secure connections using the recommended setup with a reverse proxy such as nginx. This means your application server will … Continue reading
Posted in Play framework
Tagged https, nginx, play framework 2, reverse proxy, scala, ssl
7 Comments