Skip to content

Commit

Permalink
Feat: Add nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Hoplin committed Jan 15, 2024
1 parent aab9444 commit d3efdca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .platform/nginx/conf.d/base.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
server {
listen 80;

location / {
proxy_pass http://127.0.0.1:3000;
}
}
1 change: 1 addition & 0 deletions .platform/nginx/conf.d/timeout.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
keepalive_timeout 120;

0 comments on commit d3efdca

Please sign in to comment.