From d14c06dbf8782527bd407f16dae14d5491d54331 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 15 Nov 2023 17:10:49 +0000 Subject: [PATCH] Add nginx.conf --- nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nginx.conf diff --git a/nginx.conf b/nginx.conf new file mode 100644 index 0000000..167acb9 --- /dev/null +++ b/nginx.conf @@ -0,0 +1,5 @@ +server { + listen 8080; + root /usr/share/nginx/html; + index resume.html; +}