We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13628c9 commit ced6625Copy full SHA for ced6625
install/deb/nginx/nginx.conf
@@ -123,7 +123,7 @@ http {
123
# Error pages
124
error_page 403 /error/404.html;
125
error_page 404 /error/404.html;
126
- error_page 502 503 504 505 /error/50x.html;
+ error_page 500 501 502 503 504 505 /error/50x.html;
127
128
# Cache settings
129
proxy_cache_path /var/cache/nginx levels=2 keys_zone=cache:10m inactive=60m max_size=1024m;
0 commit comments