nginx.bpc 218 B

1234567
  1. from start as nginx.d4
  2. run apt install nginx-full -y
  3. run ln -sf /usr/share/zoneinfo/Europe/Rome /etc/localtime
  4. copy run.sh /root/run.sh
  5. copy loop.sh /root/loop.sh
  6. run chmod a+x /root/run.sh
  7. run chmod a+x /root/loop.sh