mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
Fix VPS -> nginx deployment tips (#581)
`alias` field should be end with '/' in nginx.conf. Or nginx server doesn't work.
This commit is contained in:
parent
f7274e141f
commit
a923121be8
@ -68,7 +68,7 @@ server {
|
||||
server_name your.domain.com;
|
||||
|
||||
location / {
|
||||
alias /path/to/dir/of/docs;
|
||||
alias /path/to/dir/of/docs/;
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user