mythicalprogrammer / fumigate

0 stars 0 forks source link

Remove Nginx and use Cowboy2 #237

Closed mythicalprogrammer closed 4 years ago

mythicalprogrammer commented 4 years ago

https://elixirforum.com/t/using-lets-encrypt-with-distillery-2-and-phoenix-1-4-without-nginx/19805/4

Why?

Nginx and SSL setting up is annoying.

Nginx does not support http2.

Less dependencies.

Less things to take care of and remember.

mythicalprogrammer commented 4 years ago

https://blog.progressplum.app/ssl-migration-from-nginx-to-cowboy-2-in-phoenix-1-4/