restore default.conf root path for openresty
This commit is contained in:
@ -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 / {
|
||||
|
Reference in New Issue
Block a user