Browse Source
The PUBLIC_URL is quoted which results in quotes ending up in our config breaking etherpad base url setting in config.js. We remove the quotes as they are not necessary. We also remove the /p/ suffix from ETHERPAD_URL_BASE as this causes the proxying to send extra /p/s to etherpad which results in problems. Note these fixes appear to be necessary but are not sufficient to have working meetpad proxying of etherpad. We also need to fix the nginx meet.conf proxy settings to send valid Host heads. A followup change will attempt to address that. Change-Id: I0f59339a33267468ad5481858507a43cefa0021dchanges/52/781152/1
2 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue