|
|
|
|
|
by steakejjs
4194 days ago
|
|
So I wrote a golang application and it runs behind nginx. My server "restart" when I want to push new code is, Re run my program on a different port, point nginx at the new port, reload nginx, kill the old. Curious what is so bad about this approach? I admit it's hacky, but it works. Is there just too many things to do? |
|