You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GregLebreton c68d3d52da back to the custom page push 2 years ago
README.md back to the custom page push 2 years ago
custom-error-page.html back to the custom page push 2 years ago

README.md

CUSTOM-ERROR-PAGE

Page custom pour les 40X et 50x pour la stack du garage numérique.

PROCESSUS

CONFIGURATION NGINX (à insérer dans le block HTTPS):

error_page 400 404 500 502 503 504 /custom-error-page.html;
    location = /custom-error-page.html {
            root /usr/share/nginx/html;
            internal;
  }

ET VOILA !