Skip to content

Commit

Permalink
add localhost to allowed server name in nginx config for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunForest committed Jan 3, 2016
1 parent ef9b863 commit 8cc26d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/avipost.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ server {

listen 80;

server_name *.amazonaws.com;
server_name *.amazonaws.com 127.0.0.1 localhost;

location /media {
alias /usr/src/app/avipost/media;
Expand Down

0 comments on commit 8cc26d3

Please sign in to comment.