Update 'README.md'

This commit is contained in:
Robert @ Tech Addressed 2022-07-14 08:08:44 +00:00
parent de65898834
commit 461de7b941
1 changed files with 32 additions and 1 deletions

View File

@ -1,3 +1,34 @@
# setup-nginx-proxy
Scripts and configuration files to setup a new Nginx proxy server.
A bash script and accompanying configuration files for setting up a Nginx reverse proxy on Debian / Ubuntu based systems.
The configuration files accompanying the setup script are modified to my own preferred defaults - such as but not limited to:
- Number of Nginx Workers 1024
- Set the max body size 8GB
- Optional config to limit responses to only Cloudflare IPs
I've included example files in the /etc/nginx/sites-available directory specific for reverse proxies.
Additionally, I've included a few bash scripts that get placed under ~/bin/ that make life a little easier:
- update.sh (runs system updates)
- certbot.sh (get new certifiate from certbot)
Whether you use them or not is up to you.
## Usage
```
git clone https://gitea.techaddressed.com/robert/setup-nginx-proxy.git
cd setup-nginx-proxy
./setup-nginx-proxt.sh
```
## Contributions
Pull requests are always welcome, however, if you'd like to suggest changes please contact me via Twitter ([@techaddressed](https://twitter.com/TechAddressed)) to discuss your proposed changes.
## License
[MIT](https://choosealicense.com/licenses/mit/)