Closed verticalhost closed 1 year ago
you need to set up your site in apache
Of course it is installed. But where i am stuck is where it ask 2 option 1 or others not working. I follow step by step of this page.
You can see NGINX is after Apache install
your nginx.conf is probably wrong
I never touch the nginx.conf Be cause you have line specified this things.
sudo mv /usr/local/nginx/conf/nginx.conf /usr/local/nginx/conf/nginx.conf.old && cd /usr/local/nginx/conf/ && sudo wget https://raw.githubusercontent.com/WWBN/AVideo/master/plugin/Live/install/nginx.conf && sudo mkdir /HLS && sudo mkdir /HLS/live && sudo mkdir /HLS/low sudo mv /usr/sbin/nginx /usr/sbin/nginx.old && sudo cp /usr/local/nginx/sbin/nginx /usr/sbin/nginx sudo mv /etc/nginx/nginx.conf /etc/nginx/nginx.conf.old && sudo cp /usr/local/nginx/conf/nginx.conf /etc/nginx/nginx.conf
So i have to modifiy Something ? I suggest you to re-work instruction you gave
there was a missing section in the tutorial, I just added it.
please check this
Perfect it works for this part.
Now i am facing to this
Seems to be missing database tables.
check your plugins and install all tables, even if you are not using them. if it persists check your logs.
Everythings works well thanks !
Reboot was fixing issue. But for some reason it crashed after few second and NGINX crash So every time to fixed this issue i have to put this run it mannualy and it wont append again. I am not sure why this crash append.
When we are on step of where we have to put this line
sudo apt-get install python3-certbot-nginx -y
I got this error