Created
May 20, 2020 02:28
-
-
Save jams008/2babd7d0bdec5a0f65f167227eb19174 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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