Commit afb9d13
committed
Fix mod_suexec usage
The missing newline break apache configuration:
```
apache2: Syntax error on line 50 of /etc/apache2/apache2.conf: Syntax error on line 6 of /etc/apache2/sites-enabled/25-example.com-443.conf:6: <VirtualHost> was not closed.
```
Add the missing new line.
While here, alse remove the legacy (now unused) template and fix
indentation of the generated statement.1 parent 25efbf0 commit afb9d13
2 files changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2713 | 2713 | | |
2714 | 2714 | | |
2715 | 2715 | | |
2716 | | - | |
| 2716 | + | |
2717 | 2717 | | |
2718 | 2718 | | |
2719 | 2719 | | |
| |||
This file was deleted.
0 commit comments