Serve pretty blog post URLs in nginx
Some checks are pending
Deploy to Netlify / deploy (push) Waiting to run
Some checks are pending
Deploy to Netlify / deploy (push) Waiting to run
This commit is contained in:
parent
18472ac6b0
commit
c107b1aed9
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ server {
|
|||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/index.html /index.html /404.html;
|
||||
try_files $uri $uri/index.html /blog$uri/index.html /404.html;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue