Il giorno venerdì 10 marzo 2017 05:43:44 UTC+1, Dragos Harabor ha scritto:
>
> Does this help?
> https://blog.gopheracademy.com/advent-2016/exposing-go-on-the-internet/
>
>
Nginx will do much more things for you, in addition of providing additional 
"security":

1) Serve custom pages in case of Go server out of service, as an example 
during an upgrade
2) Will server static files better, compared to Go standard HTTP server
3) Will provide a load balancing

When I deploy a web application written in Go I always use:
- Nginx as frontend
- Systemd as process manager
- Logrotate for log rotation


Manlio

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to