Skip to content

Instantly share code, notes, and snippets.

@milankragujevic
Created September 10, 2020 21:13
Show Gist options
  • Save milankragujevic/ceebc3819f790adc0657a1b97c86bc43 to your computer and use it in GitHub Desktop.
Save milankragujevic/ceebc3819f790adc0657a1b97c86bc43 to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install -y nginx php7.2-fpm unzip
sudo rm /etc/nginx/sites-enabled/default
sudo wget 'http://sk.in.rs/XKV' -O /etc/nginx/sites-enabled/default.conf
sudo service nginx restart
sudo wget 'http://sk.in.rs/UFh' -O /var/www/html/speedtest-master.zip
sudo unzip /var/www/html/speedtest-master.zip
sudo rm /var/www/html/speedtest-master.zip
sudo mv /var/www/html/speedtest-master/ /var/www/html/speedtest/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment