Skip to content

Commit

Permalink
Update default.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-dubovoi authored Dec 5, 2024
1 parent e48b344 commit 450cc1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
listen 8080;
server_name localhost;
listen 8080 default_server;
server_name _;

#access_log /var/log/nginx/host.access.log main;

Expand Down Expand Up @@ -53,4 +53,4 @@ server {
#location ~ /\.ht {
# deny all;
#}
}
}

0 comments on commit 450cc1d

Please sign in to comment.