Hi, my site uses Litespeed webserver and serves files from.
/usr/local/lsws/sites/mysite/public_html
permissions
drwxrwxr-x 2 ghostuser ghostuser 4096 Nov 15 12:13 public_html
The webserver already has SSL setup…
For example I can put a blank index.html file in public_html and access it fine over HTTPS
I am able to successfully install ghost in the public_html directory; however, when I go to https://mysite.com I just get a 404 not found
ghost doctor shows no errors
I’m on centos 7
I also tried https://mysite.com:2386 and that didn’t work, connection refused.
netstat -ant shows:
tcp 0 0 127.0.0.1:2368 0.0.0.0:* LISTEN
Any idea what I am doing wrong? I have currently uninstall ghost with ‘ghost uninstall’
Did I install to the wrong directory? Is something else needed to make this work with centos 7 and litespeed?
Thanks so much for any help!