Skip to content

Commit ced6625

Browse files
Update nginx.conf
1 parent 13628c9 commit ced6625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ http {
123123
# Error pages
124124
error_page 403 /error/404.html;
125125
error_page 404 /error/404.html;
126-
error_page 502 503 504 505 /error/50x.html;
126+
error_page 500 501 502 503 504 505 /error/50x.html;
127127

128128
# Cache settings
129129
proxy_cache_path /var/cache/nginx levels=2 keys_zone=cache:10m inactive=60m max_size=1024m;

0 commit comments

Comments
 (0)