pub dir set to /home/n9e/pub
This commit is contained in:
parent
536b154aaa
commit
6baebfad11
|
@ -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…
Reference in New Issue