diff --git a/nginx.conf b/nginx.conf index 4088214..724d020 100644 --- a/nginx.conf +++ b/nginx.conf @@ -62,6 +62,11 @@ http { error_page 500 502 503 504 /50x.html; } + location = /blog/ { + root /usr/share/nginx/html; + index /blog/post/index.html; + } + location = /50x.html { root /usr/share/nginx/html; }