Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
ErrorDocument 403 "/http/403.html"
ErrorDocument 404 "/http/404.html"
ErrorDocument 408 "/http/408.html"
ErrorDocument 500 "/http/500.html"
ErrorDocument 502 "/http/502.html"
ErrorDocument 503 "/http/503.html"
ErrorDocument 504 "/http/504.html"

После внесения изменений, удостоверьтесь, что с синтаксисом всё хорошо, и веб-сервер не сложится после перезагрузки:

...