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
- Read the contribution guidelines: https://git.ispconfig.org/ispconfig/ispconfig3/-/blob/develop/CONTRIBUTING.md
3
+
- Do not ask support questions here. If you are unsure if your problem is a bug, post a thread on the forum: https://www.howtoforge.com/community/#ispconfig-3.23
4
+
- Make sure to remove any content from the description that you did not add. For example, if there are no related log entries, remove the whole "Related log entries" part.
5
+
-->
6
+
1
7
## short description
2
8
What is happening and what is wrong with that?
3
9
10
+
## steps to reproduce
11
+
1.[First step]
12
+
2.[Second step]
13
+
3.[and so on...]
14
+
4
15
## correct behaviour
5
16
What should happen instead?
6
17
7
18
## environment
8
-
Server OS: (debian/ubuntu/centos/...)
9
-
Server OS version: (wheezy/trusty/centos6/...)
10
-
ISPConfig version: (3.0.5.4/3.1.5/3.1dev/...)
19
+
Server OS + version: (Debian 10/Ubuntu 20.04 /CentOS 8/...)
20
+
ISPConfig version: (3.1.15p3/3.2.3/3.2dev/...)
11
21
_you can use `grep 'ISPC_APP_VERSION' /usr/local/ispconfig/server/lib/config.inc.php` to get it from the command line_
12
-
13
-
If it might be related to the problem
22
+
Software version of the related software:
14
23
```
15
24
insert the output of `nginx -v` or `apachectl -v` here
16
25
```
@@ -24,18 +33,15 @@ if you want to post code snippets, please use
24
33
```
25
34
your code
26
35
```
27
-
or attach a code file. Best is to create a merge request of course.
36
+
or attach a code file. Best is to create a merge request of course.
28
37
29
38
## references
30
-
if you know of related bugs or feature requests, please reference them by using `#<bugnumber>`, e. g. #123
31
-
if you have done a merge request already, please reference it by using `!<mergenumber>`, e. g. !12
39
+
if you know of related bugs or feature requests, please reference them by using `#<issuenumber>`, e. g. #6105
40
+
if you have done a merge request already, please reference it by using `!<mergenumber>`, e. g. !1444
32
41
if you know of a forum post on howtoforge.com that deals with this topic, just add the link to the forum topic here
33
42
34
43
## screenshots
35
44
optional, of course.
36
45
Add screenshots of the problem by clicking "Attach a file" on the bottom right.
0 commit comments