4 242
modifications
Ligne 92 : | Ligne 92 : | ||
SSLProxyEngine On | SSLProxyEngine On | ||
ProxyPreserveHost On | ProxyPreserveHost On | ||
# cert is issued for collaboraonline.example.com and we proxy to localhost | # cert is issued for collaboraonline.example.com and we proxy to localhost | ||
Ligne 98 : | Ligne 97 : | ||
SSLProxyCheckPeerCN Off | SSLProxyCheckPeerCN Off | ||
SSLProxyCheckPeerName Off | SSLProxyCheckPeerName Off | ||
# static html, js, images, etc. served from coolwsd | # static html, js, images, etc. served from coolwsd | ||
Ligne 104 : | Ligne 102 : | ||
ProxyPass /browser https://192.168.30.30:9980/browser retry=0 | ProxyPass /browser https://192.168.30.30:9980/browser retry=0 | ||
ProxyPassReverse /browser https://192.168.30.30:9980/browser | ProxyPassReverse /browser https://192.168.30.30:9980/browser | ||
# WOPI discovery URL | # WOPI discovery URL | ||
ProxyPass /hosting/discovery https://192.168.30.30:9980/hosting/discovery retry=0 | ProxyPass /hosting/discovery https://192.168.30.30:9980/hosting/discovery retry=0 | ||
ProxyPassReverse /hosting/discovery https://192.168.30.30:9980/hosting/discovery | ProxyPassReverse /hosting/discovery https://192.168.30.30:9980/hosting/discovery | ||
# Capabilities | # Capabilities |