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