Skip to content

Instantly share code, notes, and snippets.

@jams008
Created May 20, 2020 02:28
Show Gist options
  • Save jams008/2babd7d0bdec5a0f65f167227eb19174 to your computer and use it in GitHub Desktop.
Save jams008/2babd7d0bdec5a0f65f167227eb19174 to your computer and use it in GitHub Desktop.
## Error pages
error_page 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 421 422 423 424 425 426 428 429 431 451 /40x.html;
location = /40x.html {
root /home/hipwee/public_html/hipwee.com/error;
internal;
}
error_page 500 501 502 503 504 505 506 507 508 510 511 /50x.html;
location = /50x.html {
root /home/hipwee/public_html/hipwee.com/error;
internal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment