Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Another great tutorial, this site has now become my go to resource for NGINX help :-)
is this tut also fully applicable for Centos 6.3 if i followed this one here, https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-6 ? thanks.
You can check out our CentOS section: https://www.digitalocean.com/community/community_tags/centos
I know that most users reading this tutorial has already followed other tutorials which explain the nano editor commands to save (ctrl+x, y, enter), but mentioning them here will be useful for novice.
Apparently from what you instruct here port 80 continues to work after invoking 443?.. I have existing directives and upgraded from Ubuntu 10.04. Sorry for the noob question, but is the new directive in addition to, append or replace what I had.
Possibly the best Nginx tutorial I’ve ever read (even better than the original Slicehost guides) - well written and sufficiently detailed without being overly verbose. Thanks!
Quick critiques while skimming the openssl aspects of this guide:
1024-bit keys? That’s not especially secure, is it? Aren’t they deprecated in favor of 2048 nowadays? I’m not sure all CAs even accept them anymore…
Why do you create an encrypted key in one step, and then decrypt it a couple steps later? Why not…not encrypt it in the first place?
In general, it seems like pretty much all of steps 2 through 4 could be replaced with one:
openssl req -days 365 -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr
Trying to help with SSL while I should be in the shower’ly yours, Matt Nordhoff
Im running 2 domains with on IP Location on nginx reverse proxy setup, but i have on problems. i only want to browse the on domain name, but using the second domain without to access the browse funktion. so i browse the website with the first domainname, and the second domain name only access to the host without browsing.
how to