From 97cbf476e5f3ba9be758bba00912024845b6b38b Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sun, 17 Dec 2023 10:44:18 +0000 Subject: tmp website --- etc/nginx/nginx.conf | 4 ++-- srv/http/index.html | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srv/http/index.html diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index 151e5f32..464790e1 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -46,8 +46,8 @@ http { #access_log logs/host.access.log main; location / { - root /usr/share/nginx/html; - index index.html index.htm; + root /srv/http; + index index.html; } #error_page 404 /404.html; diff --git a/srv/http/index.html b/srv/http/index.html new file mode 100644 index 00000000..25e03964 --- /dev/null +++ b/srv/http/index.html @@ -0,0 +1,11 @@ + + + +flylightning's homepage + + + +https://git.flylightning.xyz + + + -- cgit v1.2.3-70-g09d2