You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
41
24
42
25
- Run the installation command above
43
26
@@ -49,12 +32,11 @@ Before you begin, make sure you:
49
32
50
33
## Managing Configurations
51
34
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.
54
36
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.
57
39
58
40
**Important Note:**
59
41
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