Hello there. I have a Droplet on DO with server blocks that power multiple of my static websites. Is there anything I need to do before/after resizing my Droplet with this tutorial: https://www.digitalocean.com/docs/droplets/how-to/resize ? Perhaps I need to restart nginx? I just want to make sure that there is as less downtime as possible, because there are lots of people on these static pages. Thanks for your help.
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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
It should be safe to follow the steps from the official documentation.
Just make sure that your Nginx service is enabled so that it starts after a reboot. If it is not enabled you can enable it with:
Regards, Bobby