Skip to content

Commit a923121

Browse files
IceHeQingWei-Li
authored andcommitted
Fix VPS -> nginx deployment tips (#581)
`alias` field should be end with '/' in nginx.conf. Or nginx server doesn't work.
1 parent f7274e1 commit a923121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ server {
6868
server_name your.domain.com;
6969
7070
location / {
71-
alias /path/to/dir/of/docs;
71+
alias /path/to/dir/of/docs/;
7272
index index.html;
7373
}
7474
}

0 commit comments

Comments
 (0)