Add apt install nginx

This commit is contained in:
askiiart 2023-09-12 22:28:28 -05:00
parent 6ef21348b4
commit c9203b29fa
No known key found for this signature in database
GPG key ID: C89CBC4F981EE719

2
run.sh
View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash
sudo apt update
sudo apt install nginx -y
sudo cp /usercode/this-site-runs-on-a-textbook/nginx/default.conf /etc/nginx/conf.d
sudo nginx
# Remote port forwarding in the background