Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Fixes #21859 - Change the default port to 9093
Browse files Browse the repository at this point in the history
Change default port ssl from 9090 to 9093 because is not compatible with cockpit
  • Loading branch information
peppos committed Dec 7, 2017
1 parent 74d4dc3 commit a8ea84d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def mod(manifest, params)
answers['foreman_proxy'] = {
'custom_repo' => true,
'http' => true,
'ssl_port' => '9090',
'ssl_port' => '9093',
'templates' => true,
'ssl_ca' => '/etc/foreman-proxy/ssl_ca.pem',
'ssl_cert' => '/etc/foreman-proxy/ssl_cert.pem',
Expand Down

0 comments on commit a8ea84d

Please sign in to comment.