update
This commit is contained in:
parent
6202f9fdb8
commit
e1e6ff7627
|
|
@ -69,7 +69,6 @@ if (file_exists($jsonFile)) {
|
|||
|
||||
<div class="actions">
|
||||
<button type="submit">Request Certificate</button>
|
||||
<button type="reset" class="ghost">Reset</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -148,11 +148,6 @@ include 'header.php'; ?>
|
|||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div style="margin-top:26px" class="muted">
|
||||
Need an exportable copy of this pricing page or custom branding? Contact sales for a tailored quote and SLA.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -465,6 +465,8 @@ EOL
|
|||
|
||||
sudo cp default_nginx_site /var/www/default_nginx_site
|
||||
sudo cp default_nginx.conf /var/www/default_nginx.conf
|
||||
sudo cp /var/www/default_nginx_site /etc/nginx/sites-available/default
|
||||
sudo cp /var/www/default_nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
rm /var/www/html/index.nginx-debian.html;
|
||||
sudo mkdir -p /var/www/html/hls/shree;
|
||||
|
|
|
|||
1
setup.sh
1
setup.sh
|
|
@ -1,5 +1,4 @@
|
|||
sudo apt update
|
||||
sudo apt upgrade -y
|
||||
sudo apt install -y apache2 php libapache2-mod-php vainfo ufw intel-media-va-driver-non-free libavcodec-extra mesa-utils i965-va-driver libmfx1 certbot intel-gpu-tools python3-certbot-nginx ffmpeg nginx v4l-utils python3-pip mpv libnginx-mod-rtmp alsa-utils vlan git zlib1g-dev php-zip php-curl
|
||||
sudo pip3 install psutil --break-system-packages
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue