We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6173634 commit 8a5a5f9Copy full SHA for 8a5a5f9
0x0E-web_stack_debugging_1/0-nginx_likes_port_80
@@ -1,5 +1,6 @@
1
#!/usr/bin/env bash
2
# Fix nginx error
3
-apt-get -y update
4
-apt-get -y install nginx
+sudo apt-get -y update
+sudo apt-get -y install nginx
5
+sudo ufw allow 'Nginx HTTP'
6
service nginx restart
0 commit comments