https://github.com/fastgitorg/nginx-conf
⚙️ Nginx conf of FastGit, core part of fastgit web booster module
https://github.com/fastgitorg/nginx-conf
booster fastgit github nginx nginx-proxy proxy
Last synced: about 2 months ago
JSON representation
⚙️ Nginx conf of FastGit, core part of fastgit web booster module
- Host: GitHub
- URL: https://github.com/fastgitorg/nginx-conf
- Owner: FastGitORG
- License: other
- Created: 2020-04-10T17:25:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T12:34:22.000Z (about 3 years ago)
- Last Synced: 2023-03-04T19:23:22.448Z (almost 3 years ago)
- Topics: booster, fastgit, github, nginx, nginx-proxy, proxy
- Language: Shell
- Homepage:
- Size: 117 KB
- Stars: 86
- Watchers: 10
- Forks: 28
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-conf
We open source our NGINX conf. You can help us improve our service by contributing the conf. Also, we welcome you can build your own FastGit.
## Filename rule
[site_url].conf
## Quick install
Caution, till now, quick install **only supports Debian 10**.
You can also take a try if you want to deploy FastGit on any system which uses APT as its package management tool (e.g., Ubuntu).
But we have no guarantee that the script will work properly.
```bash
wget https://raw.githubusercontent.com/FastGitORG/nginx-conf/master/install-debian10.sh
sudo bash install-debian10.sh
```