Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Web Server Setup Script

Instructions

2. Make the Script Executable

Run the following command to grant execution permissions:

chmod +x installsh

3. Run the Script

To set up the web server, use:

./installsh [web_server]

Replace [web_server] with either:

  • nginx for Nginx
  • apache2 for Apache

Examples

Install and configure Nginx:

./installsh nginx

Install and configure Apache2:

./installsh apache2

4. Access the Web Page

Once the script completes, access the web page using the server's public IP:

http://<your-public-ip>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages