File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
common/etc/nginx/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ server {
110
110
proxy_intercept_errors on;
111
111
112
112
# Comment out this line to receive the error messages returned by S3
113
- # error_page 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 420 422 423 424 426 428 429 431 444 449 450 451 500 501 502 503 504 505 506 507 508 509 510 511 =404 @error404;
113
+ error_page 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 420 422 423 424 426 428 429 431 444 449 450 451 500 501 502 503 504 505 506 507 508 509 510 511 =404 @error404;
114
114
115
115
proxy_pass ${S3_SERVER_PROTO}://storage_urls$s3uri;
116
116
}
@@ -158,7 +158,7 @@ server {
158
158
proxy_intercept_errors on;
159
159
160
160
# Comment out this line to receive the error messages returned by S3
161
- # error_page 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 420 422 423 424 426 428 429 431 444 449 450 451 500 501 502 503 504 505 506 507 508 509 510 511 =404 @error404;
161
+ error_page 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 420 422 423 424 426 428 429 431 444 449 450 451 500 501 502 503 504 505 506 507 508 509 510 511 =404 @error404;
162
162
163
163
proxy_pass ${S3_SERVER_PROTO}://storage_urls$s3Uri;
164
164
}
You can’t perform that action at this time.
0 commit comments