Add nginx.conf

This commit is contained in:
colin 2023-11-15 17:10:49 +00:00
parent a36a7a6e82
commit d14c06dbf8
1 changed files with 5 additions and 0 deletions

5
nginx.conf Normal file
View File

@ -0,0 +1,5 @@
server {
listen 8080;
root /usr/share/nginx/html;
index resume.html;
}