Skip to content

Commit

Permalink
Accept all server names
Browse files Browse the repository at this point in the history
  • Loading branch information
saravahdatipour committed Jan 13, 2025
1 parent cd2d9e0 commit 8a8db9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
listen 80;
server_name 127.0.0.1;
server_name _;
root /var/www/html;
index index.html;
charset utf-8;
Expand Down

0 comments on commit 8a8db9d

Please sign in to comment.