Skip to content

Commit

Permalink
feat: remove default server block
Browse files Browse the repository at this point in the history
  • Loading branch information
manjurulhoque committed Feb 22, 2025
1 parent 08f835b commit 771b1f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deployment/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ server {
}

# Default server block to catch all other traffic
server {
listen 80 default_server;
server_name _; # Catch-all for any requests not matching
return 444; # Or any other appropriate response
}
# server {
# listen 80 default_server;
# server_name _; # Catch-all for any requests not matching
# return 444; # Or any other appropriate response
# }

0 comments on commit 771b1f8

Please sign in to comment.