1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud.git synced 2025-02-14 17:51:54 +00:00
fastocloud/build/nginx_hls_debian.sh

9 lines
163 B
Bash
Raw Permalink Normal View History

2024-10-28 06:05:14 +00:00
#!/bin/bash
set -ex
# update system
apt-get update
apt-get install -y nginx
cp env/nginx/fastocloud /etc/nginx/sites-available/fastocloud
systemctl restart nginx