Add these lines, change [your domain].sandcats.io to your domain name.
server {
listen 80;
server_name *.lh.[your domain].sandcats.io;
proxy_redirect off;
if ($host ~ '^(?<grain_id>.*)\.lh(?<grain_host>.*)') {
set $proxy_host $grain_id$grain_host;
}
location / {
proxy_pass https://127.0.0.1:6080;
proxy_set_header Host $proxy_host;
}
}
- socialcalcspreadsheetcontrol.js
- socialcalctableeditor.js
- formatnumber2.js
- formula1.js
- socialcalc-3.js
- socialcalcconstants.js
- socialcalcpopup.js
- l10n/fr.json
- static/jquery.js
- static/vex-theme-flat-attack.css
- static/vex.combined.min.js
- static/vex.css
- static/jszip.js
- static/shim.js
- static/xlsx.js
- static/xlsxworker.js
- start.html (xlsx2socialcalc.js)
- src/*.ls
- images/sc_*.png