restore default.conf root path for openresty

This commit is contained in:
Larry 2021-06-26 00:45:55 +08:00
parent 46e5daa160
commit b0d928762e
1 changed files with 1 additions and 1 deletions

View File

@ -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 / {