pub dir set to /home/n9e/pub

master
Ulric Qin 4 years ago
parent 536b154aaa
commit 6baebfad11

2
.gitignore vendored

@ -26,6 +26,8 @@ _test
/log*
/bin
/out
/meta
/pub
/build
/dist
/etc/*.local.yml

@ -94,7 +94,7 @@ http {
server {
listen 80 default_server;
server_name n9e.example.com;
root /usr/share/nginx/html;
root /home/n9e/pub;
# Load configuration files for the default server block.
include /etc/nginx/default.d/*.conf;
@ -136,4 +136,4 @@ http {
}
}
}
}

Loading…
Cancel
Save