MediaServe
This feature isn't production ready yet since we're tied up with other important updates and changes. But can you share the config file before and after your changes?
Here’s how you can do it:
1- Grab a copy of the current config:
docker cp openlitespeed:/usr/local/lsws/conf/httpd_config.conf /opt/httpd_config_before.conf
2- Make the changes in the UI.
3- Then, take another copy after the changes:
docker cp openlitespeed:/usr/local/lsws/conf/httpd_config.conf /opt/httpd_config_after.conf
Once you’ve got both files, drop them in the ticket system, and I'll check if a temporary workaround is doable. Hopefully, we can sort something out.