mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-29 00:19:14 +08:00
update non-root-user.polish.md
fixed, just a typo
This commit is contained in:
@ -37,5 +37,5 @@ Z bloga Don't run Node.js as root od [Olivier Lalonde](http://syskall.com/dont-r
|
||||
|
||||
### Cytat z Blogu: "If you need to run your application on port 80 or 443, you can do port forwarding"
|
||||
|
||||
Z blogu Developing Secure Node.js Applications — A Broad Guide by [Deepal Jayasekara](https://jsblog.insiderattack.net/developing-secure-node-js-applications-a-broad-guide-286afdec69ce):
|
||||
Z bloga Developing Secure Node.js Applications — A Broad Guide by [Deepal Jayasekara](https://jsblog.insiderattack.net/developing-secure-node-js-applications-a-broad-guide-286afdec69ce):
|
||||
> Never run Node.js as root. Running node.js as root will make it worse if an attacker somehow gains control over your application. In this scenario, attacker would also gain root privileges which could result in a catastrophe. If you need to run your application on port 80 or 443, you can do port forwarding using iptables or you can place a front-end proxy such as nginx or apache which routes request from port 80 or 443 to your application
|
||||
|
||||
Reference in New Issue
Block a user