Skip to content

Commit

Permalink
create an nginx.conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Jan 6, 2025
1 parent c12da54 commit 6968c57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
server {
server_name docs.blamejared.com;
location / {
proxy_pass http://127.0.0.1:2901;
}
}

0 comments on commit 6968c57

Please sign in to comment.