D dginx New Member Jan 15, 2023 #1 Jan 15, 2023 #1 Hello, i have a little question. I create a new vhosts-conf-folder, how I can assign it to the defaultssl listener via cli? Earlier I using only apache server, I used the following command 'a2ensite VHOST'. King Regards
Hello, i have a little question. I create a new vhosts-conf-folder, how I can assign it to the defaultssl listener via cli? Earlier I using only apache server, I used the following command 'a2ensite VHOST'. King Regards
Cold-Egg Administrator Jan 16, 2023 #2 Jan 16, 2023 #2 If you will reuse the same config with different domains, you can use the virtual host template feature. If this is a test server, you can al so try https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts and let us know if it works well. Example command, Code: /bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) -d www.example.com
If you will reuse the same config with different domains, you can use the virtual host template feature. If this is a test server, you can al so try https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-create-additional-virtual-hosts and let us know if it works well. Example command, Code: /bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh ) -d www.example.com