mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Revert "Use -C to invoke tentacle_server when using SSL proxy mode (see also e8e59f3e3e98)."
This reverts commit f005b00eb64d715ee6eca5d1ac795a56a1be068c. -C is not a valid option for tentacle_server.
This commit is contained in:
parent
b0b50654db
commit
7d7c4db8f4
@ -2331,9 +2331,6 @@ sub launch_tentacle_proxy () {
|
||||
|
||||
#Execute tentacle server as a daemon
|
||||
my $new_process = "tentacle_server -a ".$Conf{'proxy_address'}." -p ".$Conf{'proxy_port'}." -b ".$Conf{'server_ip'}." -g ".$Conf{'server_port'}." -c ".$Conf{'proxy_max_connection'}." -t ".$Conf{'proxy_timeout'};
|
||||
|
||||
$new_process .= ' -C' if ($Conf{'server_ssl'} eq '1');
|
||||
|
||||
log_message ('setup', 'Proxy mode enabled');
|
||||
exec ($new_process);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user