2023-03-26 09:55:42 +02:00
2023-03-26 09:55:42 +02:00

CUSTOM-ERROR-PAGE

This project is forked from https://gitlab.com/MaxGaultier/custom-error-page Page custom pour les 40X et 50x pour nginx.

UTILISATION

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;
  }
Description
No description provided
Readme
Languages
HTML 100%