Apache2 Reverse Proxy (Avansat)
Foloseste template-ul livrat in acest repository.
sudo cp /path/to/cpanel/panel/conf/apache2.conf /etc/apache2/sites-available/cpanel.conf
sudo a2enmod proxy proxy_http proxy_wstunnel headers rewrite ssl
sudo a2ensite cpanel.conf
sudo apache2ctl configtest
sudo systemctl reload apache2
Editeaza `ServerName` si caile optionale pentru certificate TLS in template-ul copiat.
