diff --git a/volumes/nginx.conf b/volumes/nginx.conf index add5541..d2ba632 100644 --- a/volumes/nginx.conf +++ b/volumes/nginx.conf @@ -43,6 +43,6 @@ http { location / { } - error_page 404 404.html; + error_page 404 /404.html; } }