Parent Directory
|
Revision Log
|
Revision Graph
* Sun Nov 20 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-2.sme - fix wrong dsport in httpd template [SME: 12233]
1 | diff -Nur --no-dereference smeserver-onlyoffice-0.0.5.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Onlyoffice/80VirtualHostOnlyoffice smeserver-onlyoffice-0.0.5/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Onlyoffice/80VirtualHostOnlyoffice |
2 | --- smeserver-onlyoffice-0.0.5.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Onlyoffice/80VirtualHostOnlyoffice 2022-07-05 23:24:07.000000000 -0400 |
3 | +++ smeserver-onlyoffice-0.0.5/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/Onlyoffice/80VirtualHostOnlyoffice 2022-11-20 23:20:27.447000000 -0500 |
4 | @@ -47,7 +47,7 @@ |
5 | ProxyPass /.well-known/acme-challenge ! |
6 | _EOL |
7 | |
8 | - my $OOport = 8083; |
9 | + my $OOport = 48000; |
10 | $OUT .= <<"_EOL"; |
11 | ProxyPassMatch (.*)(\/websocket)\$ "ws://localhost:$OOport/\$1\$2" |
12 | ProxyPass / "http://localhost:$OOport/" |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 | ![]() |