Updates in install scripts
This commit is contained in:
parent
c6f148eef4
commit
6cdb06efd0
1 changed files with 3 additions and 3 deletions
|
@ -305,7 +305,7 @@ function installHttpsProxy {
|
|||
ServerName ${hostTrusted}:${portTrusted}
|
||||
|
||||
ErrorLog ${apacheLogsPath}/${hostTrusted}_ssl_error.log
|
||||
TransferLog logs/${hostTrusted}_ssl_access.log
|
||||
TransferLog ${apacheLogsPath}/${hostTrusted}_ssl_access.log
|
||||
LogLevel warn
|
||||
|
||||
SSLEngine on
|
||||
|
@ -322,7 +322,7 @@ function installHttpsProxy {
|
|||
ServerName ${hostSandbox}:${portSandbox}
|
||||
|
||||
ErrorLog ${apacheLogsPath}/${hostSandbox}_ssl_error.log
|
||||
TransferLog logs/${hostSandbox}_ssl_access.log
|
||||
TransferLog ${apacheLogsPath}/${hostSandbox}_ssl_access.log
|
||||
LogLevel warn
|
||||
|
||||
SSLEngine on
|
||||
|
@ -339,7 +339,7 @@ function installHttpsProxy {
|
|||
ServerName ${hostPublic}:${portPublic}
|
||||
|
||||
ErrorLog ${apacheLogsPath}/${hostPublic}_ssl_error.log
|
||||
TransferLog logs/${hostPublic}_ssl_access.log
|
||||
TransferLog ${apacheLogsPath}/${hostPublic}_ssl_access.log
|
||||
LogLevel warn
|
||||
|
||||
SSLEngine on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue