diff --git a/.github/ISSUE_TEMPLATE/nginx_version_support.md b/.github/ISSUE_TEMPLATE/nginx_version_support.md new file mode 100644 index 0000000..ba7aff4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/nginx_version_support.md @@ -0,0 +1,17 @@ +--- +name: "Nginx Version Support Request" +description: "Check if a specific Nginx version is supported" +--- + +**Nginx & OS Version:** +Which Nginx and OS version are you using? + +**Output of nginx -V** +Share the output of nginx -v + +**Expected Behavior:** +What do you expect to happen with this version? + +**Checklist** +- Have you considered a docker based deployment - find more information here https://docs.openappsec.io/getting-started/start-with-docker? + - Yes / No