Skip to content

Commit 22ff9fd

Browse files
authored
Update readme
Corrected minor grammatical issues and updated installation command URL.
1 parent 9b02a9e commit 22ff9fd

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

README.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nginx Proxy Auto Install
22

3-
A user-friendly bash script that automates setting up Nginx reverse proxy configurations. Because life's too short to manually edit config files.
3+
A user friendly bash script that automates setting up Nginx reverse proxy configurations. Because life's too short to manually edit config files.
44

55
## What Problem Does This Solve?
66

@@ -13,31 +13,14 @@ This script handles the boring parts for you. It creates the bridge between your
1313
- **Simple Menu Interface**: No memorizing complex commands or flags
1414
- **Input Validation**: It catches typos and silly mistakes so you don't have to
1515
- **SSL/TLS Setup**: Automatic Let's Encrypt certificate configuration
16-
- **WebSocket Support**: For real-time applications
17-
- **Security Headers**: Basic protection against common vulnerabilities
18-
- **Firewall Configuration**: Automatically opens necessary ports
1916
- **Clean Removal**: Easily undo what you've created
2017

2118
## Installation & Usage
2219

2320
```bash
24-
bash <(curl -s https://proxy.thedevjo.com)
21+
bash <(curl -s https://raw.githubusercontent.com/joaquimvr/Nginx-reverse-proxy-install/main/install.sh)
2522
```
2623
Yes, it's that simple. The script will guide you through the rest.
27-
Prerequisites
28-
29-
Before you begin, make sure you:
30-
31-
- Have a server (VPS, cloud instance, etc.)
32-
33-
- Own a domain name
34-
35-
- Have created an A record pointing your domain to your server's IP
36-
37-
- Have sudo privileges on the server
38-
39-
**Pro tip**: DNS changes can take time to propagate. Set up your domain records at least a few hours before running this script to avoid SSL certificate issues.
40-
## How It Works
4124

4225
- Run the installation command above
4326

@@ -49,12 +32,11 @@ Before you begin, make sure you:
4932

5033
## Managing Configurations
5134

52-
Changed your mind? Need to remove a proxy configuration? Just run the script again and select option 2 from the menu. It will show you all active configurations and let you clean up what you don't need.
53-
Troubleshooting
35+
Changed your mind? Need to remove a proxy configuration? Just run the script again and select option 3 from the menu. It will show you all active configurations and let you clean up what you don't need.
5436

55-
If something goes wrong (because computers sometimes enjoy being difficult), check the log file:
56-
/var/log/nginx-reverse-proxy-installer.log feel free to create an issue on this github repo, happy to assist.
37+
If something goes wrong (because computers sometimes enjoy being difficult)
38+
feel free to create an issue on this github repo, happy to assist.
5739

5840
**Important Note:**
5941

60-
This script is provided as-is. While it's been tested and should work smoothly, always understand what a script does before running it on your server. With great power comes great responsibility, and all that
42+
This script is provided as-is. While it's been tested and should work smoothly, always understand what a script does before running it on your server.

0 commit comments

Comments
 (0)