I am running docker container with command
When i visit my IP, i get 404 error. On which folder, i place my files to show up on the web site ?
I created index.html file in directory /var/www/vhosts/localhost/html, but nothing shows up. How do i find out which folder openlitespeed looking when i access the sevrer with IP address ?
Code:
docker run -d --name openlitespeed -p 7080:7080 -p 80:80 -p 443:443 -it litespeedtech/openlitespeed:1.6.9-lsphp74
I created index.html file in directory /var/www/vhosts/localhost/html, but nothing shows up. How do i find out which folder openlitespeed looking when i access the sevrer with IP address ?