On Mon, 08 Feb 2016 02:17:22 GMT, Charles wrote:

On Sun, 07 Feb 2016 11:27:17 GMT, Márcio Martins wrote:

We deploy our sites in debug mode, so we can get nice callstacks, and nice error checking and whatnot. We let nginx deal with SSL, compression, static files, redirections, etc... Then all that's left is the actual site code handling the dynamic routes which is now considerably simplified. In addition to these, you also get HTTP2 working today by simply adding a directive in your config.

I am very happy with this setup, and recommend it.

I'm sure you're busy just like the rest of us, but if you ever happened upon some extra time could you make a quick write up of how you set this environment up? I know that with at least Azure (presumably AWS too) we could just get a one click install image setup for people to work with something like that, and that might generate some interest.

I might blog about it sometime soon.