89 |
+} |
+} |
90 |
diff -Nur --no-dereference smeserver-collabora-0.1.6.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/80VirtualHostsCollabora smeserver-collabora-0.1.6/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/80VirtualHostsCollabora |
diff -Nur --no-dereference smeserver-collabora-0.1.6.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/80VirtualHostsCollabora smeserver-collabora-0.1.6/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/80VirtualHostsCollabora |
91 |
--- smeserver-collabora-0.1.6.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/80VirtualHostsCollabora 1969-12-31 19:00:00.000000000 -0500 |
--- smeserver-collabora-0.1.6.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/80VirtualHostsCollabora 1969-12-31 19:00:00.000000000 -0500 |
92 |
+++ smeserver-collabora-0.1.6/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/80VirtualHostsCollabora 2022-03-22 23:19:21.261000000 -0400 |
+++ smeserver-collabora-0.1.6/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/80VirtualHostsCollabora 2022-03-22 23:35:16.351000000 -0400 |
93 |
@@ -0,0 +1,64 @@ |
@@ -0,0 +1,59 @@ |
94 |
+{ |
+{ |
|
+ my $domain = $coolwsd{'VirtualHost'} || ''; |
|
|
+ |
|
|
+ if ($domain ne '') { |
|
95 |
+ if (($port eq "80") ){ |
+ if (($port eq "80") ){ |
96 |
+ |
+ |
97 |
+ $OUT .= " ServerName $domain\n"; |
+ $OUT .= " ServerName $virtualHost\n"; |
98 |
+ $OUT .= " Redirect permanent / https://$domain/ \n"; |
+ $OUT .= " Redirect permanent / https://$virtualHost/ \n"; |
99 |
+ $OUT .= "\n"; |
+ $OUT .= "\n"; |
100 |
+ } |
+ } |
101 |
+ else { |
+ else { |
102 |
+ |
+ |
103 |
+ $OUT .= " Options -Indexes\n"; |
+ $OUT .= " Options -Indexes\n"; |
104 |
+ |
+ |
105 |
+ $OUT .= " ServerName $domain\n"; |
+ $OUT .= " ServerName $virtualHost\n"; |
106 |
+ |
+ |
107 |
+ $OUT .= " SSLEngine on\n"; |
+ $OUT .= " SSLEngine on\n"; |
108 |
+ |
+ |
148 |
+ $OUT .= " # base\n"; |
+ $OUT .= " # base\n"; |
149 |
+ $OUT .= " ProxyPass / http://127.0.0.1:9980/ retry=0\n"; |
+ $OUT .= " ProxyPass / http://127.0.0.1:9980/ retry=0\n"; |
150 |
+ $OUT .= " ProxyPassReverse / http://127.0.0.1:9980/\n"; |
+ $OUT .= " ProxyPassReverse / http://127.0.0.1:9980/\n"; |
|
+ |
|
151 |
+ } |
+ } |
|
+ } |
|
152 |
+} |
+} |
153 |
diff -Nur --no-dereference smeserver-collabora-0.1.6.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/template-begin smeserver-collabora-0.1.6/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/template-begin |
diff -Nur --no-dereference smeserver-collabora-0.1.6.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/template-begin smeserver-collabora-0.1.6/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/template-begin |
154 |
--- smeserver-collabora-0.1.6.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/template-begin 1969-12-31 19:00:00.000000000 -0500 |
--- smeserver-collabora-0.1.6.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Collabora/template-begin 1969-12-31 19:00:00.000000000 -0500 |