Skip to content

This is an automated script made for Linux machines, it setups and installs a reverse proxy for your websites

Notifications You must be signed in to change notification settings

JayeshRocks/Reverse-Proxy-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Reverse Proxy Setup

This is an automated script made for Linux machines, it setups and installs a reverse proxy with a ssl for your website

This script is also usable to create reverse proxy for any types of pages as it uses ngnix

Usage:

For SSL Only:

  • Type sudo su or sudo -i into your terminal to gain root access

  • Paste the command line below into the terminal for Setup with only SSL

wget https://raw.githubusercontent.com/JayeshRocks/Reverse-Proxy-Setup/main/SSLonlyRproxy.sh && bash SSLonlyRproxy.sh

For SSL and WSS (Websockets):

  • Type sudo su or sudo -i into your terminal to gain root access

  • Paste the command line below into the terminal for Setup with SSL and WSS sockets

wget https://raw.githubusercontent.com/JayeshRocks/Reverse-Proxy-Setup/main/SSLWSSRproxy.sh && bash SSLWSSRproxy.sh

About

This is an automated script made for Linux machines, it setups and installs a reverse proxy for your websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages