diff --git a/examples/nginx.conf b/examples/nginx.conf index bd7b7d41..1f87765a 100644 --- a/examples/nginx.conf +++ b/examples/nginx.conf @@ -117,10 +117,10 @@ http { } } - # Rails error pages + # Error pages error_page 500 502 503 504 /500.html; location = /500.html { root /path/to/app/current/public; } } -} \ No newline at end of file +}