Skip to content

Commit

Permalink
Merge pull request #8 from spreedly/CX-1449_payment-frame-sec-updates
Browse files Browse the repository at this point in the history
updates to .gitignore and nginx conf
  • Loading branch information
yyapuncich authored Dec 21, 2023
2 parents ea49da8 + f4e3c4b commit 400c5c2
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 400c5c2

Please sign in to comment.