From b0d928762ea1751a793a64e620e3b003a44a2526 Mon Sep 17 00:00:00 2001 From: Larry Date: Sat, 26 Jun 2021 00:45:55 +0800 Subject: [PATCH] restore default.conf root path for openresty --- openresty/sites/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openresty/sites/default.conf b/openresty/sites/default.conf index 56b7a100..e02bb830 100644 --- a/openresty/sites/default.conf +++ b/openresty/sites/default.conf @@ -10,7 +10,7 @@ server { # ssl_certificate_key /etc/nginx/ssl/default.key; server_name localhost; - root /opt/www/default; + root /var/www/public; index index.php index.html index.htm; location / {