OLS + WP should be a complete stack already, not sure why you want to add an additional layer?
From the response header, as Nginx is doing the proxy, it's hard to tell if the redirect is made by Nginx or not. Have you tried to curl the blog domain locally with resolve 127.0.0.1:5006 and see if...
Hi,
You could check https://wordpress.org/support/topic/litespeed-caching-creates-huge-caching-folder/ and verify if the huge cache files are caused by different query strings, bot, or user agents.
Purge all will mark those caches as invalid, and will be removed by server after some time. To...
It could happen if there's an unusual service stopped due to e.g. OOM, or maybe the graceful restart was corrupted due to systemctl start lsws. Please try to use systemctl restart lsws instead and monitor it for a while and see how it goes.
Please navigate to SSL Listener > SSL, enable the Session Cache option, and see if that improves the situation.
However, keep in mind that most modern browsers use session tickets instead, so enabling the session cache may have limited impact.
The error is probably happening within this function https://github.com/litespeedtech/ls-cloud-image/blob/master/Setup/vhsetup.sh#L604-L618
Please check if you can run the wp command, and DB access is working.
No global policy for that, but you could consider using the include file method and apply it to all the virtual hosts.
https://docs.openlitespeed.org/config/advanced/includes/
For such general questions, please post it in general openlitespeed discussion thread.
LiteSpeed currently only supports offloading SSL and forwarding to the backend using ws://, not wss://. A similar discussion can be found here: https://forum.openlitespeed.org/threads/websocket-reverse-proxy-over-tls.5237/
Just an update. There have been some updates to the RPM packages, so I launched a fresh AlmaLinux 9 instance and was able to install all the lsphp82 and lsphp83 packages without any warnings."
Which control panel? if you set an virtual host access log path to, e.g. /home/username/logs/access.log, then the virtual host access log path is /home/username/logs/access.log. Please provide more details of the issue.