Skip to content

Commit

Permalink
default.conf.template
Browse files Browse the repository at this point in the history
  • Loading branch information
jaden-mac authored and jaden-mac committed Mar 7, 2023
1 parent c7db9c9 commit 9b07f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/etc/nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ server {
# Comment out this line to receive the error messages returned by S3
error_page 400 401 402 403 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;

error_page 404 @trailslashControl;
#error_page 404 @trailslashControl;
error_page 404 /index.html;

proxy_pass ${S3_SERVER_PROTO}://storage_urls$s3uri;

Expand Down

0 comments on commit 9b07f61

Please sign in to comment.