nginx: update error pages
This commit is contained in:
parent
2d8374571b
commit
922d9ad959
1 changed files with 3 additions and 2 deletions
|
@ -3,9 +3,10 @@ let
|
||||||
|
|
||||||
errorPages = pkgs.fetchgit {
|
errorPages = pkgs.fetchgit {
|
||||||
url = "https://git.ingolf-wagner.de/palo/http-errors.git";
|
url = "https://git.ingolf-wagner.de/palo/http-errors.git";
|
||||||
rev = "66948c13b9bbe5f3fe7a5146eceb76b97c436069";
|
rev = "a6bfef1fa69e2cb836a51af265f5d4f2a615d77a";
|
||||||
sha256 = "0qkw7nb883fna0qgvhky20c3dagxph56aiy2rrf359w7lxch1k1h";
|
sha256 = "0lypdggya80gwmz18bdpspisw5wyy4invpri42zaq5xb3808hqyl";
|
||||||
};
|
};
|
||||||
|
|
||||||
error = {
|
error = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
error_page 400 /errors/400.html;
|
error_page 400 /errors/400.html;
|
||||||
|
|
Loading…
Reference in a new issue