Skip to content

Commit

Permalink
new ep
Browse files Browse the repository at this point in the history
  • Loading branch information
realtux committed Sep 6, 2020
1 parent 43df15b commit d32e7a9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 116/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>my website</title>
</head>
<body style="background: #333; color: #fff;">
hello
</body>
</html>
4 changes: 4 additions & 0 deletions 116/nginx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
server {
listen 80;
root /home/brian/engineerman/116;
}
3 changes: 3 additions & 0 deletions 116/pitfalls.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1. check to make sure port forwarding is actually enabled
2. make sure your computer's firewall isn't blocking anything
3. make sure your isp isn't preventing connections

0 comments on commit d32e7a9

Please sign in to comment.