Skip to content

Commit 8a5a5f9

Browse files
author
Alphonse
committed
Add port configuration
1 parent 6173634 commit 8a5a5f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22
# Fix nginx error
3-
apt-get -y update
4-
apt-get -y install nginx
3+
sudo apt-get -y update
4+
sudo apt-get -y install nginx
5+
sudo ufw allow 'Nginx HTTP'
56
service nginx restart

0 commit comments

Comments
 (0)