copyrights :D

This commit is contained in:
gregandev 2023-03-26 09:55:42 +02:00
parent c68d3d52da
commit 2cd1343bd0

View File

@ -1,8 +1,9 @@
# CUSTOM-ERROR-PAGE
Page custom pour les 40X et 50x pour la stack du garage numérique.
This project is forked from https://gitlab.com/MaxGaultier/custom-error-page
Page custom pour les 40X et 50x pour nginx.
## PROCESSUS
## UTILISATION
### CONFIGURATION NGINX (à insérer dans le block HTTPS):
```bash
@ -11,5 +12,4 @@ error_page 400 404 500 502 503 504 /custom-error-page.html;
root /usr/share/nginx/html;
internal;
}
```
## ET VOILA !
```