Skip to content

Commit

Permalink
Create nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Insert5StarName authored Oct 4, 2023
1 parent 066acce commit 9e9257a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
server {
listen 80;
server_name _;
location / {
root /usr/share/nginx/html;
index index.html;
}
}

0 comments on commit 9e9257a

Please sign in to comment.