Updates in install scripts

This commit is contained in:
root 2018-12-25 14:44:28 +01:00
parent c6f148eef4
commit 6cdb06efd0

View file

@ -305,7 +305,7 @@ function installHttpsProxy {
ServerName ${hostTrusted}:${portTrusted} ServerName ${hostTrusted}:${portTrusted}
ErrorLog ${apacheLogsPath}/${hostTrusted}_ssl_error.log ErrorLog ${apacheLogsPath}/${hostTrusted}_ssl_error.log
TransferLog logs/${hostTrusted}_ssl_access.log TransferLog ${apacheLogsPath}/${hostTrusted}_ssl_access.log
LogLevel warn LogLevel warn
SSLEngine on SSLEngine on
@ -322,7 +322,7 @@ function installHttpsProxy {
ServerName ${hostSandbox}:${portSandbox} ServerName ${hostSandbox}:${portSandbox}
ErrorLog ${apacheLogsPath}/${hostSandbox}_ssl_error.log ErrorLog ${apacheLogsPath}/${hostSandbox}_ssl_error.log
TransferLog logs/${hostSandbox}_ssl_access.log TransferLog ${apacheLogsPath}/${hostSandbox}_ssl_access.log
LogLevel warn LogLevel warn
SSLEngine on SSLEngine on
@ -339,7 +339,7 @@ function installHttpsProxy {
ServerName ${hostPublic}:${portPublic} ServerName ${hostPublic}:${portPublic}
ErrorLog ${apacheLogsPath}/${hostPublic}_ssl_error.log ErrorLog ${apacheLogsPath}/${hostPublic}_ssl_error.log
TransferLog logs/${hostPublic}_ssl_access.log TransferLog ${apacheLogsPath}/${hostPublic}_ssl_access.log
LogLevel warn LogLevel warn
SSLEngine on SSLEngine on