kevinburke / go-html-boilerplate

Starter pack for doing web development in Go
MIT License
0 stars 0 forks source link

What was arguments to realize https #7

Closed gintsgints closed 6 years ago

gintsgints commented 6 years ago

In my projects I prefer use nginx reverse proxy for https protocol.

What would be advantages of realizing https inside boilerplate?

kevinburke commented 6 years ago

If you have nginx running on the same machine, that's great; you probably don't need HTTPS here.

Advantages are:

gintsgints commented 6 years ago

Thank you