mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
Update INSTALLATION HELP Template [ci skip]
This commit is contained in:
parent
ac28edd7f3
commit
b5a3b397cc
1 changed files with 87 additions and 12 deletions
99
.github/ISSUE_TEMPLATE/installation-help.md
vendored
99
.github/ISSUE_TEMPLATE/installation-help.md
vendored
|
@ -2,27 +2,102 @@
|
||||||
name: Installation Help
|
name: Installation Help
|
||||||
about: Users needing help with installation problems.
|
about: Users needing help with installation problems.
|
||||||
title: "[INSTALLATION] (add a descriptive title here)"
|
title: "[INSTALLATION] (add a descriptive title here)"
|
||||||
labels: ''
|
labels: 'Help Wanted'
|
||||||
assignees: ''
|
assignees: 'mitchellkrogza'
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
:exclamation:
|
# Did you look through existing ISSUES ?
|
||||||
- **Make sure you have searched through existing issues to check that your problem has not been experienced before by another user?**
|
|
||||||
|
Make sure you have searched through existing issues to check that your problem has not been experienced before by another user?
|
||||||
|
|
||||||
|
## Describe the problem you are experiencing
|
||||||
|
|
||||||
**Describe the problem you are experiencing**
|
|
||||||
A clear and concise description of what your problem is.
|
A clear and concise description of what your problem is.
|
||||||
|
|
||||||
**Error Messages**
|
## Error Messages
|
||||||
|
|
||||||
Post any error messages (if applicable):
|
Post any error messages (if applicable):
|
||||||
|
|
||||||
**Screenshots**
|
```
|
||||||
|
|
||||||
|
Paste any log / error messages here (paste in between the ``` ``` markers)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Copy of nginx.conf
|
||||||
|
|
||||||
|
If applicable please paste your nginx.conf file here
|
||||||
|
(paste in between the ``` ``` markers)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Paste nginx.conf here
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Copy of vhost / website / host .conf file
|
||||||
|
|
||||||
|
If applicable please paste your site/vhost configuration file in between the code ticks
|
||||||
|
(paste in between the ``` ``` markers)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Paste site config here
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Server (please complete the following information):**
|
## Server (please complete the following information):
|
||||||
- OS: [e.g. Ubuntu, Arch, CentOS]
|
|
||||||
- Nginx Version [post output of nginx -v]
|
- Operating System:
|
||||||
- Other Environments [e.g. Plesk, CPanel - include Version]
|
|
||||||
|
- [ ] Ubuntu
|
||||||
|
- [ ] Alpine
|
||||||
|
- [ ] Arch Linux
|
||||||
|
- [ ] Debian
|
||||||
|
- [ ] CentOS
|
||||||
|
- [ ] Fedora
|
||||||
|
- [ ] Deepin
|
||||||
|
- [ ] Windows
|
||||||
|
- [ ] Other
|
||||||
|
|
||||||
|
|
||||||
|
- Specify Exact Version of OS:
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Post output of uname -a here
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
- Nginx Version [post output of sudo nginx -v]
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Paste output of `sudo nginx -V` here (paste in between the ``` ``` markers)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
- Other Environments [include Version information]
|
||||||
|
- [ ] Plesk
|
||||||
|
- [ ] CPanel
|
||||||
|
- [ ] Synology NAS
|
||||||
|
- [ ] Other
|
||||||
|
- Specify Other / Specific Version Information Here:
|
||||||
|
|
||||||
|
- Any other applicable log / error messages that may help us to help you.
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Paste any log / error messages here (paste in between the ``` ``` markers)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Additional information
|
||||||
|
|
||||||
**Additional information**
|
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
Loading…
Add table
Reference in a new issue