Skip to content

Commit 3bc5ef1

Browse files
committed
Fix missing star on optional include.
1 parent 8179530 commit 3bc5ef1

File tree

46 files changed

+46
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-46
lines changed

install/debian/8/multiphp/apache2/PHP-56.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/%web_system%/domains/%domain%.log combined
1313
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
1414

15-
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf
15+
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf*
1616

1717
<Directory %home%/%user%/web/%domain%/stats>
1818
AllowOverride All

install/debian/8/multiphp/apache2/PHP-70.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/%web_system%/domains/%domain%.log combined
1313
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
1414

15-
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf
15+
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf*
1616

1717
<Directory %home%/%user%/web/%domain%/stats>
1818
AllowOverride All

install/debian/8/multiphp/apache2/PHP-71.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/%web_system%/domains/%domain%.log combined
1313
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
1414

15-
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf
15+
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf*
1616

1717
<Directory %home%/%user%/web/%domain%/stats>
1818
AllowOverride All

install/debian/8/multiphp/apache2/PHP-72.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/%web_system%/domains/%domain%.log combined
1313
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
1414

15-
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf
15+
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf*
1616

1717
<Directory %home%/%user%/web/%domain%/stats>
1818
AllowOverride All

install/debian/8/multiphp/apache2/PHP-73.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/%web_system%/domains/%domain%.log combined
1313
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
1414

15-
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf
15+
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf*
1616

1717
<Directory %home%/%user%/web/%domain%/stats>
1818
AllowOverride All

install/debian/8/templates/web/apache2/default.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/%web_system%/domains/%domain%.log combined
1313
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
1414

15-
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf
15+
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf*
1616

1717
<Directory %docroot%>
1818
AllowOverride All

install/debian/8/templates/web/apache2/hosting.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/%web_system%/domains/%domain%.log combined
1313
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
1414

15-
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf
15+
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf*
1616

1717
<Directory %docroot%>
1818
AllowOverride All

install/debian/8/templates/web/apache2/phpcgi.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/%web_system%/domains/%domain%.log combined
1313
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
1414

15-
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf
15+
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf*
1616

1717
<Directory %docroot%>
1818
AllowOverride All

install/debian/8/templates/web/apache2/phpfcgid.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/%web_system%/domains/%domain%.log combined
1313
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
1414

15-
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf
15+
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf*
1616

1717
<Directory %docroot%>
1818
AllowOverride All

install/debian/9/multiphp/apache2/PHP-56.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/%web_system%/domains/%domain%.log combined
1313
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
1414

15-
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf
15+
IncludeOptional %home%/%user%/conf/web/forcessl.apache2.%domain%.conf*
1616

1717
<Directory %home%/%user%/web/%domain%/stats>
1818
AllowOverride All

0 commit comments

Comments
 (0)