cc_staff
163
edits
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
* Think carefully about your security rules. Consider the following: | * Think carefully about your security rules. Consider the following: | ||
** These services aren't meant to be publicly accessible: | ** These services aren't meant to be publicly accessible: | ||
*** mysql | *** mysql (3306) | ||
*** postgresql | *** postgresql (5432) | ||
*** nosql | *** nosql | ||
*** RDP | *** RDP (3389) | ||
*** ... many, many others | *** ... many, many others | ||
** Some services are meant to be accessible from the internet: | ** Some services are meant to be accessible from the internet: | ||
*** Apache | *** Apache (80, 443) | ||
*** Nginx | *** Nginx (80, 443) | ||
*** ... others | *** ... others | ||
* Configure your web server to use HTTPS instead of HTTP. | * Configure your web server to use HTTPS instead of HTTP. |