Skip to content

Commit

Permalink
updates to .gitignore and nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
yyapuncich committed Dec 19, 2023
1 parent ea49da8 commit f4e3c4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
node_modules
*.log
*.swp
.DS_Store
npm-debug*
.cache
.sass-cache
1 change: 1 addition & 0 deletions conf/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ http {

listen <%= ENV['PORT'] %>;
server_name <%= ENV['HOST'] || 'localhost' %>;
server_tokens off;

index index.html;

Expand Down

0 comments on commit f4e3c4b

Please sign in to comment.