The HTTP/HTTPS connection feature is under the Server Configuration > Tuning, not PHP related. If you have the net-tools app installed on the server, you can also check the established connection with this command: "netstat -an | grep "443" | grep ESTA".
It should have forced HTTPS for the control panel already.
You can also follow https://community.cyberpanel.net/t/how-to-remove-port-8090-from-cyberpanel/30648/5 to set a domain for the control panel, and set force HTTPS rewrite rule for it, but you will need to visit it via port 80/443.
Hi, it seems you have another cache system called X-Gt-Cache, which may be the reason for showing the incorrect content.
Please use either the LSCache system or the X-Gt-Cache system, multiple full page cache may cause the issue.
Hi, what about the static context under that virtual host, it should achieve your request.
For more information, feel free to check https://openlitespeed.org/kb/how-to-set-up-custom-headers/
So I just set up two servers like below,
Server A - OLS as a proxy server by following https://docs.openlitespeed.org/docs/advanced/proxy
Server B - Apache + WordPress + LSCache
Then set X-LSCACHE to `on` to the Apache server by following...
I agree with you, we will renew the OLS docs and hope it gets clearer. For the server log part, it's a little bit hard to modify especially when it's caused by OOM.