Skip to content

omodingmike/vps-setup-static-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Server Setup Script

This repository contains a simple shell script to set up an Ubuntu VPS with:

  • Nginx (to serve static files)
  • Let’s Encrypt SSL (via Certbot, with auto-renewal)
  • Site document root /var/www/<domain>

🚀 Usage

1. Download the script

curl -o ~/setup.sh https://raw.githubusercontent.com/omodingmike/vps-setup-static-files/main/setup.sh
chmod +x ~/setup.sh

2. Download the script

./setup.sh example.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages