From f9d0ebe5b9e8fe495024eaf21804ec80ad4f51e0 Mon Sep 17 00:00:00 2001 From: IoTgod Date: Wed, 27 Feb 2019 00:20:13 +0800 Subject: [PATCH] prepare for img --- server/cn/etc/nginx/nginx.conf | 2 +- server/cn/home/www/img/index.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 server/cn/home/www/img/index.php diff --git a/server/cn/etc/nginx/nginx.conf b/server/cn/etc/nginx/nginx.conf index e047e3a..142e5b6 100644 --- a/server/cn/etc/nginx/nginx.conf +++ b/server/cn/etc/nginx/nginx.conf @@ -146,7 +146,7 @@ http { listen 80; server_name www.ovo.re; #1 - root /home/www/IoTgod-www; + root /home/www/img; index index.php index.html; client_max_body_size 1000M; diff --git a/server/cn/home/www/img/index.php b/server/cn/home/www/img/index.php new file mode 100644 index 0000000..a3de330 --- /dev/null +++ b/server/cn/home/www/img/index.php @@ -0,0 +1 @@ +Welcome to ovo.re!! \ No newline at end of file