Hi, there!
I'm totally a new user of LiteSpeed and I got stuck trying to move my bash scripts from Apache + Nginx (proxy) to single configuration using LiteSpeed.
I've spent 2 days and didn't succed to move above code part to OpenLiteSpeed.
Thank you in advance!
I'm totally a new user of LiteSpeed and I got stuck trying to move my bash scripts from Apache + Nginx (proxy) to single configuration using LiteSpeed.
I've spent 2 days and didn't succed to move above code part to OpenLiteSpeed.
Code:
Alias /webmail /usr/local/www/roundcube
<Directory /usr/local/www/roundcube>
AllowOverride None
Require all granted
</Directory>
<Directory /usr/local/www/roundcube/config>
Order Deny,Allow
Deny from All
</Directory>
<Directory /usr/local/www/roundcube/temp>
Order Deny,Allow
Deny from All
</Directory>
<Directory /usr/local/www/roundcube/logs>
Order Deny,Allow
Deny from All
</Directory>