pub dir set to /home/n9e/pub

This commit is contained in:
Ulric Qin 2020-09-27 23:03:45 +08:00
parent 536b154aaa
commit 6baebfad11
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

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

View File

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