apache2 update

This commit is contained in:
devdatt 2025-11-23 09:13:44 +05:30
parent 5d7ba587f6
commit e642cfb2b4
1 changed files with 3 additions and 0 deletions

View File

@ -323,6 +323,9 @@ sudo mkdir -p /var/www/encoder;
cp -r html/* /var/www/html/
sudo cp -r encoder/* /var/www/encoder/
sudo a2enmod ssl
sudo systemctl enable apache2
sudo systemctl restart apache2
sudo chmod +x /usr/local/bin/nginx_system_monitor_sampler.py
sudo systemctl daemon-reload