Explore >> Select a destination


You are here

becomesovran.com
| | golb.hplar.ch
1.2 parsecs away

Travel
| | [AI summary] The user has followed a comprehensive guide to secure and configure their VPS server. They have successfully set up SSH with key-based authentication, disabled root login, configured a firewall, and set up a non-root user for system management. The guide also covers changing the SSH port, disabling SSH protocol 1, and setting up SSH agent for passwordless login. The user is now ready to deploy additional services and applications on their secure server.
| | pikseladam.com
2.3 parsecs away

Travel
| | I was using Puma as an app server and there were no web server for my site. It is not a good thing that you don't have a web server on production environment...
| | pilledtexts.com
1.8 parsecs away

Travel
| | I use nginx as my webserver. It's fast and has a tone of features. However, for me it's been a process to learn how to set up properly redirecting, ...
| | blog.zespre.com
7.7 parsecs away

Travel
| Its always recommended to view web pages through HTTPS connections, even its just a static HTML page. So, as a content provider, its my duty to host websites with HTTPS. To enable HTTPS on the web server like Apache or Nginx, valid certificates are required. In my case, I have bought and configured a domain name on Gandi.net for my home cluster. Its better to have different certificates for each service than having a single wildcard certificate for all the services due to security concerns. However, I st...