From 1e11acb9cf5e5c8642e4f9d5c44455fd14045502 Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Sun, 11 May 2025 23:32:25 -0400 Subject: initial commit --- nginx/homepage.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nginx/homepage.conf (limited to 'nginx') diff --git a/nginx/homepage.conf b/nginx/homepage.conf new file mode 100644 index 0000000..bc69fbb --- /dev/null +++ b/nginx/homepage.conf @@ -0,0 +1,6 @@ +server { + location / { + root /var/www/homepage; + index index.html; + } +} \ No newline at end of file -- cgit v1.2.3