static: enable SSLProxyEngine for meetings

I4a422bb9589c8a8761191313a656f8377e93422f switched this to proxy via
SSL, however this is required for that to work.

Change-Id: I9b9150b7b1ed53a3e8f742156b686daf156a15b9
This commit is contained in:
Ian Wienand 2021-06-11 13:42:10 +10:00
parent f80ab86043
commit 438d5037af
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ Define AFS_ROOT /afs/openstack.org/project/meetings.opendev.org
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:!AES256:!aNULL:!eNULL:!MD5:!DSS:!PSK:!SRP
SSLHonorCipherOrder on
SSLProxyEngine on
ProxyPass "/irclogs" "https://eavesdrop01.opendev.org/irclogs" ttl=120 keepalive=On retry=0
ProxyPassReverse "/irclogs" "https://eavesdrop01.opendev.org/irclogs"