Skip to content

Commit

Permalink
default_server
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jul 29, 2015
1 parent eb6778f commit 5ee3997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/com/thindeck/bosses/setup-nginx.sh
Expand Up @@ -8,7 +8,7 @@ sudo mkdir -p /etc/nginx/conf.d/thindeck
tmp=$(mktemp)
echo "include /etc/nginx/conf.d/thindeck/*.conf;
server {
listen 80;
listen 80 default_server;
server_name \"\";
return 444;
}
Expand Down

0 comments on commit 5ee3997

Please sign in to comment.